From 1692698bd01d59cabdfbe2c129d73ae58af94dbd Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 4 Jun 2024 22:52:53 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.4 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a643837..0618c74 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.3 +image: golang:1.22.4 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.22.3 + image: golang:1.22.4 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...