-mod=vendor should not be used in CI.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
090756ada8
commit
d11add902d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user