Merge branch 'renovate/golang-1.25.1' into 'main'
chore(deps): update golang:1.25.1 docker digest to 12640a4 See merge request unboundsoftware/schemas!591
This commit was merged in pull request #595.
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ variables:
|
||||
|
||||
check:
|
||||
stage: .pre
|
||||
image: amd64/golang:1.25.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b
|
||||
image: amd64/golang:1.25.1@sha256:12640a422d109b7f3edb02c855c21aec3122814f068e7ca829f1e8fa371694ae
|
||||
script:
|
||||
- go install mvdan.cc/gofumpt@latest
|
||||
- go install golang.org/x/tools/cmd/goimports@latest
|
||||
@@ -40,7 +40,7 @@ build:
|
||||
|
||||
vulnerabilities:
|
||||
stage: build
|
||||
image: amd64/golang:1.25.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b
|
||||
image: amd64/golang:1.25.1@sha256:12640a422d109b7f3edb02c855c21aec3122814f068e7ca829f1e8fa371694ae
|
||||
script:
|
||||
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
- govulncheck ./...
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.25.1@sha256:53f7808857782118f3a062261f721507dfa36e5c545e5d39c2dcf9916e3f0b1b as modules
|
||||
FROM amd64/golang:1.25.1@sha256:12640a422d109b7f3edb02c855c21aec3122814f068e7ca829f1e8fa371694ae as modules
|
||||
WORKDIR /build
|
||||
ADD go.* /build
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user