From fb58609d786f30ab087807ff64884b1f121b314b Mon Sep 17 00:00:00 2001 From: renovate <renovate-bot@autistici.org> Date: Tue, 8 Aug 2023 21:28:35 +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 c756ef4..da6f89b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,6 @@ include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" run_tests: stage: test - image: "golang:1.19" + image: "golang:1.21" script: "go test -v ./..." -- GitLab