This commit is contained in:
2025-12-02 20:35:09 +01:00
parent 5f5b7ca9d2
commit ff455b24fb

View File

@@ -1,4 +1,4 @@
matrix:
matrix:
platform:
- linux/amd64
goversion:
@@ -16,15 +16,15 @@ steps:
- go get
- go build
# linter:
# when:
# event: [manual]
# 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
# - golangci-lint --version
# - golangci-lint run ./...
# depends_on: [build]
linter:
when:
event: [manual]
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
- golangci-lint --version
- golangci-lint run ./...
depends_on: [build]
test:
when: