fixed linting step to CG0 enabled = false

This commit is contained in:
Stephan D
2026-03-10 18:25:21 +01:00
parent 918dbe8bb5
commit 41720a6817
18 changed files with 25 additions and 25 deletions

View File

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