mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user