chore(deps): bump golang from 1.21.6 to 1.22.0 #141

Merged
argoyle merged 1 commits from dependabot-docker-golang-1.22.0 into main 2024-02-07 15:02:53 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ build:
vulnerabilities:
stage: build
image: golang:1.21.6
image: golang:1.22.0
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.6 as modules
FROM golang:1.22.0 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download