From 7669140689ddca03dd70eb32b6ca6a4aac1111d6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 3 Sep 2025 19:54:28 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cefbc63..2d0665f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ include: - project: unboundsoftware/ci-templates file: Pre-Commit-Go.gitlab-ci.yml -image: amd64/golang:1.25.0@sha256:f6b9e1a566fe69bad9613bd0165f0a5032b2cfb14630833522988864ebeb8c9f +image: amd64/golang:1.25.1@sha256:70de49a6a9bfd1bde2b332fde29d04a8cc65047464fa97ddb94251b05e572bc0 stages: - deps @@ -32,7 +32,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.25.0@sha256:f6b9e1a566fe69bad9613bd0165f0a5032b2cfb14630833522988864ebeb8c9f + image: amd64/golang:1.25.1@sha256:70de49a6a9bfd1bde2b332fde29d04a8cc65047464fa97ddb94251b05e572bc0 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./... -- 2.52.0