fix build path

This commit is contained in:
2025-12-05 20:44:14 +01:00
parent 9fd161c706
commit cfaf9c51b4

View File

@@ -23,7 +23,6 @@ steps:
image: golang:${goversion}
commands:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
- cd v1
- golangci-lint --version
- golangci-lint run ./...
depends_on: [build]