Remove -mod=vendor from golangci-lint GOFLAGS.

master
Stanislav Nikitin 1 year ago
parent 006eb6e72a
commit 218e0bf667
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

@ -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…
Cancel
Save