From 9da01abf1864a32cd6a21aad92d0fb81cc6ed94e Mon Sep 17 00:00:00 2001 From: finn Date: Sun, 10 Apr 2022 14:23:38 -0700 Subject: [PATCH] this works when tested locally --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c3dc5d..99d9d83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,6 @@ lint: image: golang:latest stage: build before_script: - - apt-get update - - apt-get install -y wget golang-go - wget https://github.com/golangci/golangci-lint/releases/download/v1.44.2/golangci-lint-1.44.2-linux-amd64.deb - apt-get install -y ./golangci-lint-1.44.2-linux-amd64.deb script: