chore(deps): bump golang from 1.21.2 to 1.21.3

Bumps golang from 1.21.2 to 1.21.3.
This commit is contained in:
2023-10-11 11:27:34 +00:00
parent 916b9ed121
commit 6c24d11ac2
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.2
image: golang:1.21.3
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.2 as modules
FROM golang:1.21.3 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download