From fd862c499bc440090aa1ea938e1f8e8a5f79e912 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 8 Feb 2024 07:43:45 +0100 Subject: [PATCH] ci: update to Go 1.22.0 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 155a577..8f072d5 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.6 +image: golang:1.22.0 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.21.6 + image: golang:1.22.0 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...