chore(deps): update golang:1.23.4 docker digest to 9820aca

This commit is contained in:
Renovate
2025-01-15 23:10:27 +00:00
parent e63d7a2f78
commit e9db66377a
+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:5305905078d6c33f427b4c7dc483e1bb4bef2991ca95f4ac2e830cb1f0a717fe
image: golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99
stages:
- deps
@@ -30,7 +30,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.23.4@sha256:5305905078d6c33f427b4c7dc483e1bb4bef2991ca95f4ac2e830cb1f0a717fe
image: golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...