chore(deps): update golang:1.24.6 docker digest to cd8f653
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ variables:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
stage: .pre
|
stage: .pre
|
||||||
image: amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5
|
image: amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e
|
||||||
script:
|
script:
|
||||||
- go install mvdan.cc/gofumpt@latest
|
- go install mvdan.cc/gofumpt@latest
|
||||||
- go install golang.org/x/tools/cmd/goimports@latest
|
- go install golang.org/x/tools/cmd/goimports@latest
|
||||||
@@ -40,7 +40,7 @@ build:
|
|||||||
|
|
||||||
vulnerabilities:
|
vulnerabilities:
|
||||||
stage: build
|
stage: build
|
||||||
image: amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5
|
image: amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e
|
||||||
script:
|
script:
|
||||||
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||||
- govulncheck ./...
|
- govulncheck ./...
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/golang:1.24.6@sha256:958bfd1662590c3ce6a3222cc6db015d101b2c52dae21da881b5fefa3eecaec5 as modules
|
FROM amd64/golang:1.24.6@sha256:cd8f653c90bd60ebc814cbf266346066143d28bf4ee5dc75aa64033ee387450e as modules
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ADD go.* /build
|
ADD go.* /build
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user