From 30637a081d9957b0df5194fc5cc064c3ac748038 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 1 Oct 2025 14:06:27 +0000 Subject: [PATCH] chore(deps): update golang:1.25.1 docker digest to 12640a4 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 080ff74..a9b8e00 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.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b +image: amd64/golang:1.25.1@sha256:12640a422d109b7f3edb02c855c21aec3122814f068e7ca829f1e8fa371694ae stages: - deps @@ -32,7 +32,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.25.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b + image: amd64/golang:1.25.1@sha256:12640a422d109b7f3edb02c855c21aec3122814f068e7ca829f1e8fa371694ae script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...