image: golang:latest stages: - build job_build: stage: build script: - go build console.go