vet with modules (#150)

fixes CI failures caused by newer version of dependency introducing new deprecations that cause staticcheck violations
This commit is contained in:
Joshua Humphries 2020-04-16 15:27:01 -04:00 committed by GitHub
parent 153d36db8c
commit bfbbed1d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ matrix:
include: include:
# TODO: update the version used to vet to Go 1.13 # TODO: update the version used to vet to Go 1.13
- go: 1.11.x - go: 1.11.x
env: env: GO111MODULE=off
- GO111MODULE=off
- VET=1
- go: 1.11.x - go: 1.11.x
env: GO111MODULE=on env:
- GO111MODULE=on
- VET=1
- go: 1.12.x - go: 1.12.x
env: GO111MODULE=off env: GO111MODULE=off
- go: 1.12.x - go: 1.12.x