Skip to content

Commit

Permalink
feat: go ci update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Salamakha committed Aug 14, 2024
1 parent 4bd987c commit 6bb01c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
- deploy

test:
image: golang:1.19-alpine
image: golang:1.22.5-alpine
stage: test
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
variables:
Expand All @@ -31,7 +31,7 @@ lint:
- report.txt

build:
image: golang:1.19-alpine
image: golang:1.22.5-alpine
stage: build
script:
- apk add --update --no-cache make
Expand Down

0 comments on commit 6bb01c1

Please sign in to comment.