image: golang:latest stages: - build compile: stage: build script: - mkdir dist - go build -o dist/bingobot artifacts: paths: - dist/bingobot