chore(deps): update golang:1.23.3 docker digest to 2660218

This commit is contained in:
Renovate
2024-11-13 11:54:47 +00:00
parent 9200aad878
commit ad68feb8af
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:b2ca38170893394183f940a7f988bf15c4112a4ddb73214941fe4d08a09f9329
image: golang:1.23.3@sha256:26602182e32576fca9ad5397fd74b87ae68f7ee727436a85dd19a1c3766ad685
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:b2ca38170893394183f940a7f988bf15c4112a4ddb73214941fe4d08a09f9329
image: golang:1.23.3@sha256:26602182e32576fca9ad5397fd74b87ae68f7ee727436a85dd19a1c3766ad685
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.3@sha256:b2ca38170893394183f940a7f988bf15c4112a4ddb73214941fe4d08a09f9329 as modules
FROM golang:1.23.3@sha256:26602182e32576fca9ad5397fd74b87ae68f7ee727436a85dd19a1c3766ad685 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download