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