steps: build: image: golang:1.21-alpine commands: - go fmt main.go - go vet main.go - go build main.go