steps: build: when: event: [push, pull_request] image: docker.io/library/ubuntu:latest commands: - apt update - apt install -y golang - go get - go build - ./main