Choose which container image is used for your job
Our runner configuration defaults to alpine
Do not use community images
Avoid maintaining custom image
Use image
instead of before_script
image: golang:1.17.9
to all jobsbefore_script
from all jobs(See new .gitlab-ci.yml
)