Skip to content
Snippets Groups Projects
Commit 3c444642 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Update Go version to 1.21.5

parent 8a91dc77
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ linters: ...@@ -14,7 +14,7 @@ linters:
- golangci-lint run - golangci-lint run
unit tests: unit tests:
image: golang:1.21.4 image: golang:1.21.5
stage: test stage: test
script: script:
- go version - go version
...@@ -23,7 +23,7 @@ unit tests: ...@@ -23,7 +23,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/' coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck: govulncheck:
image: golang:1.21.4 image: golang:1.21.5
stage: test stage: test
script: script:
- go version - go version
......
...@@ -27,3 +27,4 @@ linters: ...@@ -27,3 +27,4 @@ linters:
- misspell - misspell
- staticcheck - staticcheck
- unused - unused
- gosimple
FROM golang:1.21.4-alpine3.17 as builder FROM golang:1.21.5-alpine3.17 as builder
RUN apk add git 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 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