steps: build: when: event: [push] image: golang commands: - go get - go build - go test