steps:
build:
when:
event: [push, pull_request]
image: docker.io/library/golang:latest
commands:
- go get
- go build