Update .gitlab-ci.yml file
This commit is contained in:
parent
79618faf8f
commit
d08de0d34d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user