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

This commit is contained in:
Renovate
2024-03-05 19:52:59 +00:00
parent 542c44e02d
commit f841e383f4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ build:
vulnerabilities: vulnerabilities:
stage: build stage: build
image: golang:1.22.0 image: golang:1.22.1
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.0 as modules FROM golang:1.22.1 as modules
WORKDIR /build WORKDIR /build
ADD go.* /build ADD go.* /build
RUN go mod download RUN go mod download