From 4e3feffaad86e72d891a8defa60addda738bb044 Mon Sep 17 00:00:00 2001 From: finn Date: Sun, 10 Apr 2022 15:38:12 -0700 Subject: [PATCH] force linter job to golang 1.17 as golangci-lint seems to break on 1.18 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c3dc5d..9802ce6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - publish lint: - image: golang:latest + image: golang:1.17 stage: build before_script: - apt-get update