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