-mod=vendor should not be used in CI.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stanislav Nikitin 2022-06-29 16:17:54 +05:00
parent 090756ada8
commit d11add902d
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -7,7 +7,6 @@ steps:
- name: lint - name: lint
image: code.pztrn.name/containers/mirror/golangci/golangci-lint:v1.46.2 image: code.pztrn.name/containers/mirror/golangci/golangci-lint:v1.46.2
environment: environment:
GOFLAGS: -mod=vendor
CGO_ENABLED: 0 CGO_ENABLED: 0
commands: commands:
- golangci-lint run - golangci-lint run