From fb8504e81c16ee9114c9e114e733606b3f286071 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 6 Sep 2024 01:53:41 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9425c50..f49de71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -image: golang:1.23.0 +image: golang:1.23.1 stages: - deps @@ -42,7 +42,7 @@ test: vulnerabilities: stage: test - image: golang:1.23.0 + image: golang:1.23.1 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...