chore(deps): update golang docker tag to v1.23.5

This commit is contained in:
Renovate
2025-01-17 00:56:34 +00:00
committed by Joakim Olsson
parent cd08e429e8
commit 21e32b5b09
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ variables:
check:
stage: .pre
image: golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99
image: golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
script:
- go install mvdan.cc/gofumpt@latest
- go install golang.org/x/tools/cmd/goimports@latest
@@ -38,7 +38,7 @@ build:
vulnerabilities:
stage: build
image: golang:1.23.4@sha256:9820aca42262f58451f006de3213055974b36f24b31508c1baa73c967fcecb99
image: golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...