chore(deps): update golang docker tag to v1.23.2
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ run-pre-commit:
|
||||
|
||||
check:
|
||||
stage: .pre
|
||||
image: golang:1.23.1
|
||||
image: golang:1.23.2
|
||||
script:
|
||||
- go install mvdan.cc/gofumpt@latest
|
||||
- go install golang.org/x/tools/cmd/goimports@latest
|
||||
@@ -54,7 +54,7 @@ build:
|
||||
|
||||
vulnerabilities:
|
||||
stage: build
|
||||
image: golang:1.23.1
|
||||
image: golang:1.23.2
|
||||
script:
|
||||
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
- govulncheck ./...
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.1 as modules
|
||||
FROM golang:1.23.2 as modules
|
||||
WORKDIR /build
|
||||
ADD go.* /build
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user