Update .gitlab-ci.yml file

This commit is contained in:
Diego Fernando Carrión 2023-10-13 15:01:26 +00:00
parent 79618faf8f
commit d08de0d34d

View File

@ -22,6 +22,7 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
image: golang:1.21
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
- go build - go build