chore(deps): bump golang from 1.21.5 to 1.21.6

Bumps golang from 1.21.5 to 1.21.6.
This commit is contained in:
2024-01-10 11:27:38 +00:00
parent 92d33b078c
commit fa2626ba28
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.5
image: golang:1.21.6
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21.5 as modules
FROM golang:1.21.6 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download