From daa1f01bd0abf8ee39ae3854fd6e56c085481ae6 Mon Sep 17 00:00:00 2001 From: Maxb <bittmanmax@gmail.com> Date: Thu, 13 Feb 2025 18:37:36 -0700 Subject: [PATCH] Pin gitlab-ci golang version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 596f7ff..b3886a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: - release test: - image: golang:alpine + image: golang:1.22.2-alpine stage: test script: - apk add build-base @@ -29,7 +29,7 @@ test: - linux validate: - image: golang:alpine + image: golang:1.22.2-alpine stage: test script: | apk add build-base git jq curl -- GitLab