Remove -mod=vendor from golangci-lint GOFLAGS.
This commit is contained in:
parent
006eb6e72a
commit
218e0bf667
@ -7,7 +7,6 @@ steps:
|
||||
- name: lint
|
||||
image: golangci/golangci-lint:v1.43.0
|
||||
environment:
|
||||
GOFLAGS: -mod=vendor
|
||||
CGO_ENABLED: 0
|
||||
commands:
|
||||
- golangci-lint run
|
||||
|
Loading…
Reference in New Issue
Block a user