chore(deps): update golang:1.23.4 docker digest to 3b1a7de

This commit is contained in:
Renovate
2025-01-14 07:12:14 +00:00
parent c54e329c55
commit 083cbecf87
+2 -2
View File
@@ -5,7 +5,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041
image: golang:1.23.4@sha256:3b1a7de61ce1ae141ca21d925d6c09c4e7f2001b253d724c2d7b24d496c85c37
stages:
- deps
@@ -30,7 +30,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041
image: golang:1.23.4@sha256:3b1a7de61ce1ae141ca21d925d6c09c4e7f2001b253d724c2d7b24d496c85c37
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...