Remove -mod=vendor from golangci-lint GOFLAGS.

This commit is contained in:
2021-11-20 22:00:52 +05:00
parent 006eb6e72a
commit 218e0bf667

View File

@@ -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