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

This commit is contained in:
Renovate
2024-12-04 05:55:11 +00:00
parent ffde98ffa7
commit 6809635518
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ variables:
check:
stage: .pre
image: golang:1.23.3@sha256:017ec6b8081a283be9a45726f55e6e2830a7d66f94dbc09c557ca4ca1e6f7333
image: golang:1.23.4@sha256:81e1da9b9604cdee2bc226e90e15f9d51ae6a8cd2271dc341c42ca0926c3b83f
script:
- go install mvdan.cc/gofumpt@latest
- go install golang.org/x/tools/cmd/goimports@latest
@@ -45,7 +45,7 @@ build:
vulnerabilities:
stage: build
image: golang:1.23.3@sha256:017ec6b8081a283be9a45726f55e6e2830a7d66f94dbc09c557ca4ca1e6f7333
image: golang:1.23.4@sha256:81e1da9b9604cdee2bc226e90e15f9d51ae6a8cd2271dc341c42ca0926c3b83f
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...