vet with modules, so we have deps pinned and don't pull in newer versions w/ newer deprecations

This commit is contained in:
Josh Humphries 2020-04-16 09:45:16 -04:00
parent 153d36db8c
commit afb690644d
1 changed files with 4 additions and 4 deletions

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