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

This commit is contained in:
Renovate
2024-04-03 19:52:21 +00:00
committed by Joakim Olsson
parent 27da6e122d
commit 4b21d4366c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ build:
vulnerabilities:
stage: build
image: golang:1.22.1
image: golang:1.22.2
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.1 as modules
FROM golang:1.22.2 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download