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