steps: build: when: branch: main event: [push, pull_request] image: golang environment: - CGO_ENABLED=0 - GOOS=linux commands: - go get - go build