when: event: [tag, push] steps: lint: image: golang:1.23-alpine commands: - apk update - apk add bash curl jq - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1 - $(go env GOPATH)/bin/golangci-lint run --fast