From f7b8a5c229232bb506309bf587e78a571746b68f Mon Sep 17 00:00:00 2001 From: renovate <renovate-bot@autistici.org> Date: Wed, 7 Feb 2024 03:29:11 +0000 Subject: [PATCH] Update golang Docker tag to v1.22 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f50dfe..e62afc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: release: stage: release - image: golang:1.20 + image: golang:1.22 variables: VERSION: $CI_COMMIT_TAG script: -- GitLab