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

View File

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