From e12678e8a6d124954f2ba5ad7586cb8db85e88aa Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 4 Mar 2025 22:52:55 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce6bff7..7557047 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.0@sha256:4a3f1013f696a1f86314902f2c9907fe712eabc91e911cc9fde4fdc57a16d35d +image: amd64/golang:1.24.1@sha256:f4707a73c390cc4ee035f7527f25907c3e06745ab946628f72cb459b2e70d401 stages: - deps @@ -30,7 +30,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.24.0@sha256:4a3f1013f696a1f86314902f2c9907fe712eabc91e911cc9fde4fdc57a16d35d + image: amd64/golang:1.24.1@sha256:f4707a73c390cc4ee035f7527f25907c3e06745ab946628f72cb459b2e70d401 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...