steps: lint: image: golangci/golangci-lint:latest commands: - golangci-lint run test: image: golang:1.22 commands: - go test ./...