From 7f251668b2795d3d48875f3dbe42d9124d97c2e7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 1 Apr 2025 18:05:40 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24.2 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c7ec3a..ff03c97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: - project: unboundsoftware/ci-templates file: Pre-Commit-Go.gitlab-ci.yml -image: amd64/golang:1.24.1@sha256:5ecf3334c3970cf435bf821e0b7c48276ca8f00459fbfa107f4702e59e011d97 +image: amd64/golang:1.24.2@sha256:81b44f328549e8356fda6707346ff8a6589fe250eeb4ea5f21669c7d24b36dae stages: - deps @@ -30,7 +30,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.24.1@sha256:5ecf3334c3970cf435bf821e0b7c48276ca8f00459fbfa107f4702e59e011d97 + image: amd64/golang:1.24.2@sha256:81b44f328549e8356fda6707346ff8a6589fe250eeb4ea5f21669c7d24b36dae script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...