force linter job to golang 1.17 as golangci-lint seems to break on 1.18

This commit is contained in:
finn 2022-04-10 15:38:12 -07:00
parent e8131dc928
commit 4e3feffaad

View file

@ -3,7 +3,7 @@ stages:
- publish
lint:
image: golang:latest
image: golang:1.17
stage: build
before_script:
- apt-get update