From f876c2a9648feaa5d0e09c29b1610e44d162d15c Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 13 Aug 2024 22:58:17 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.0 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecf0658..9425c50 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.6 +image: golang:1.23.0 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.22.6 + image: golang:1.23.0 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...