chore(deps): bump golang from 1.20.5 to 1.20.6

Bumps golang from 1.20.5 to 1.20.6.
This commit is contained in:
2023-07-12 11:27:20 +00:00
parent 640a98b4ca
commit 9cc7d466ba
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.20.5 image: golang:1.20.6
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.20.5 as modules FROM golang:1.20.6 as modules
WORKDIR /build WORKDIR /build
ADD go.* /build ADD go.* /build
RUN go mod download RUN go mod download