From 4152e9830f8d36ebc962f2cb47a23227cff64b44 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 6 Aug 2025 21:05:28 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24.6 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437c0ae..8db9cfb 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.24.5@sha256:0a156a4a26df7babc9944fa442dfe38e9f867b45869e182d056a174b7f949f8c +image: amd64/golang:1.24.6@sha256:1e13b597ac2fd661f71659cf3b11f20db5c92040cbfc8e12e7feb57f068ad701 stages: - deps @@ -32,7 +32,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.24.5@sha256:0a156a4a26df7babc9944fa442dfe38e9f867b45869e182d056a174b7f949f8c + image: amd64/golang:1.24.6@sha256:1e13b597ac2fd661f71659cf3b11f20db5c92040cbfc8e12e7feb57f068ad701 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./... -- 2.52.0