chore(deps): update golang:1.24.1 docker digest to 5ecf333 #173

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/golang-1.24.1 into main 2025-03-18 05:54:38 +00:00
Showing only changes of commit 668e0dacfb - Show all commits
+2 -2
View File
@@ -5,7 +5,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: amd64/golang:1.24.1@sha256:f4707a73c390cc4ee035f7527f25907c3e06745ab946628f72cb459b2e70d401
image: amd64/golang:1.24.1@sha256:5ecf3334c3970cf435bf821e0b7c48276ca8f00459fbfa107f4702e59e011d97
stages:
- deps
@@ -30,7 +30,7 @@ test:
vulnerabilities:
stage: test
image: amd64/golang:1.24.1@sha256:f4707a73c390cc4ee035f7527f25907c3e06745ab946628f72cb459b2e70d401
image: amd64/golang:1.24.1@sha256:5ecf3334c3970cf435bf821e0b7c48276ca8f00459fbfa107f4702e59e011d97
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...