From 22dddf5a415a00b45f6ed1a70ea38ec18fcd372f Mon Sep 17 00:00:00 2001 From: renovate <renovate-bot@autistici.org> Date: Mon, 18 Sep 2023 22:32:02 +0000 Subject: [PATCH] Update golang Docker tag to v1.21 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f50dfe..e6c5cc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: release: stage: release - image: golang:1.20 + image: golang:1.21 variables: VERSION: $CI_COMMIT_TAG script: -- GitLab