Remove -mod=vendor from golangci-lint GOFLAGS.

This commit is contained in:
Stanislav Nikitin 2021-11-20 22:00:52 +05:00
parent 006eb6e72a
commit 218e0bf667
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 0 additions and 1 deletions

View File

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