force linter job to golang 1.17 as golangci-lint seems to break on 1.18
This commit is contained in:
parent
e8131dc928
commit
4e3feffaad
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ stages:
|
|||
- publish
|
||||
|
||||
lint:
|
||||
image: golang:latest
|
||||
image: golang:1.17
|
||||
stage: build
|
||||
before_script:
|
||||
- apt-get update
|
||||
|
|
Loading…
Reference in a new issue