From 2b746f16356b4e74c6d2f1eec8bda31f997b44b3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 2 Dec 2025 17:55:19 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 958af10..b80a951 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.4@sha256:efe81fa41fdf81fb873ab7cd931b9bb29bd10aced6c252cbd91739c34e654f01 +image: amd64/golang:1.25.5@sha256:ff44d519dbd3f622224d3433f319ae0b046abe081dda5b3d3c3db04a712e1898 stages: - deps @@ -32,7 +32,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.25.4@sha256:efe81fa41fdf81fb873ab7cd931b9bb29bd10aced6c252cbd91739c34e654f01 + image: amd64/golang:1.25.5@sha256:ff44d519dbd3f622224d3433f319ae0b046abe081dda5b3d3c3db04a712e1898 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...