chore(deps): bump golang from 1.21.3 to 1.21.4

Bumps golang from 1.21.3 to 1.21.4.
This commit is contained in:
2023-11-08 11:27:23 +00:00
parent 4b0319d164
commit 692cdb1328
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.3
image: golang:1.21.4
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.3 as modules
FROM golang:1.21.4 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download