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:
parent
153d36db8c
commit
bfbbed1d42
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue