From 6cfe80da1f104fd20cae8be0c48ca4a17eacaf8d Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 8 Jun 2023 13:58:34 +0200 Subject: [PATCH] ci: update Go version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d82afd..1591871 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.4 +image: golang:1.20.5 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.20.4 + image: golang:1.20.5 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...