fixed linting step to CG0 enabled = false
This commit is contained in:
@@ -49,7 +49,7 @@ steps:
|
||||
commands:
|
||||
- set -eu
|
||||
- apk add --no-cache bash git build-base
|
||||
- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
|
||||
- CGO_ENABLED=0 go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
|
||||
- export PATH="$(go env GOPATH)/bin:$PATH"
|
||||
- sh ci/scripts/common/run_backend_lint.sh callbacks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user