From b87920eb3e000151e2f5f0bb4a68f019dc056648 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 11 Jun 2025 02:51:32 +0000 Subject: [PATCH] chore(deps): update golang:1.24.4 docker digest to 3494bbe --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44301ef..0ee5af9 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.4@sha256:40891f7b63de861049787c5262bff91906d30cbe221753840e276b3e785a66ab +image: amd64/golang:1.24.4@sha256:3494bbe140127d12656113203ec91b8e3ff34e8a2b06a0a22bb0d8a41cc69e53 stages: - deps @@ -32,7 +32,7 @@ test: vulnerabilities: stage: test - image: amd64/golang:1.24.4@sha256:40891f7b63de861049787c5262bff91906d30cbe221753840e276b3e785a66ab + image: amd64/golang:1.24.4@sha256:3494bbe140127d12656113203ec91b8e3ff34e8a2b06a0a22bb0d8a41cc69e53 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...