From ede05d8335616cd0024e656084f291f5eca2a320 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 7 May 2024 19:57:26 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d498524..a643837 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.2 +image: golang:1.22.3 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.22.2 + image: golang:1.22.3 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...