chore(deps): update golang:1.23.4 docker digest to 585103a

This commit is contained in:
Renovate
2025-01-15 01:14:28 +00:00
parent badfe89281
commit 7371d54831
+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:08e1417a41687ce17a8cfbf65285446a794ac5023635b848faf1c2ed1d7e475f
image: golang:1.23.4@sha256:585103a29aa6d4c98bbb45d2446e1fdf41441698bbdf707d1801f5708e479f04
stages:
- deps
@@ -30,7 +30,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.23.4@sha256:08e1417a41687ce17a8cfbf65285446a794ac5023635b848faf1c2ed1d7e475f
image: golang:1.23.4@sha256:585103a29aa6d4c98bbb45d2446e1fdf41441698bbdf707d1801f5708e479f04
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...