Skip to content
Snippets Groups Projects
Commit 7d656e14 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Update golang version to 1.21.5

parent 77632587
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ linters:
- golangci-lint run
unit tests:
image: golang:1.21.4
image: golang:1.21.5
stage: test
script:
- go version
......@@ -23,7 +23,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.21.4
image: golang:1.21.5
stage: test
script:
- go version
......
FROM golang:1.21.4-alpine3.17 as builder
FROM golang:1.21.5-alpine3.17 as builder
RUN apk add git
......
FROM golang:1.21.4
FROM golang:1.21.5
RUN go install github.com/ysmood/kit/cmd/guard@v0.25.11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment