Skip to content

Commit

Permalink
Merge pull request #961 from lib/bump-vers
Browse files Browse the repository at this point in the history
bump go and lint versions
  • Loading branch information
maddyblue authored Apr 21, 2020
2 parents a831d3d + ecb7a52 commit 1e00ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.12.x
- 1.13.x
- 1.14.x
- master

sudo: true
Expand All @@ -27,7 +27,7 @@ before_install:
- ./.travis.sh client_configure
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/lint/golint
- GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@2019.2.1
- GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@2020.1.3

before_script:
- createdb pqgotest
Expand All @@ -38,7 +38,7 @@ script:
- >
goimports -d -e $(find -name '*.go') | awk '{ print } END { exit NR == 0 ? 0 : 1 }'
- go vet ./...
- staticcheck -go 1.11 ./...
- staticcheck -go 1.13 ./...
- golint ./...
- PQTEST_BINARY_PARAMETERS=no go test -race -v ./...
- PQTEST_BINARY_PARAMETERS=yes go test -race -v ./...

0 comments on commit 1e00ff5

Please sign in to comment.