From d72e3c34222d38d21bd0eacfc97af10317fd31b3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 5 Mar 2024 20:00:03 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2edf32..bac30bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -image: golang:1.22.0 +image: golang:1.22.1 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.22.0 + image: golang:1.22.1 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...