Skip to content

Commit

Permalink
Upgrade from Go 1.12 to Go 1.17
Browse files Browse the repository at this point in the history
update some dependencies in the process

switch to a forked pq-timeouts which works with modern pq versions

update integration tests to use go install for required executables,
which is the recommended way in go 1.17

get rid of vendor directory
  • Loading branch information
AP-Hunt authored and risicle committed Oct 25, 2021
1 parent fa7ff57 commit 9f656d8
Show file tree
Hide file tree
Showing 1,417 changed files with 7,916 additions and 795,963 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: true
language: go

go:
- "1.12"
- "1.17"

services:
- postgresql
Expand Down
Loading

0 comments on commit 9f656d8

Please sign in to comment.