From f5c18e4515a55d50acfab55569a5e87e512ea415 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 11 Dec 2023 17:31:32 +0100 Subject: [PATCH] ci: update version of Go --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cca8ac2..40f3a10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -image: golang:1.21.3 +image: golang:1.21.5 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.21.3 + image: golang:1.21.5 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...