stages: - build variables: VERSION: 0.1.4 build-go: image: golang:1.17 stage: build only: - master script: - go build -o nzcovidbot cmd/nzcovidbot/*.go artifacts: expire_in: 1 month paths: - nzcovidbot app