From 338ab6463e00be482cfabc0b215f2732db6079c2 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 9 Mar 2023 22:04:21 +0100 Subject: [PATCH] ci: update Go verion for vulnerabilities scan --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3550bc9..e08f545 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -image: golang:1.20.1 +image: golang:1.20.2 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.20.1 + image: golang:1.20.2 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...