this works when tested locally

This commit is contained in:
finn 2022-04-10 14:23:38 -07:00
parent e8131dc928
commit 9da01abf18

View file

@ -6,8 +6,6 @@ lint:
image: golang:latest image: golang:latest
stage: build stage: build
before_script: 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 - 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 - apt-get install -y ./golangci-lint-1.44.2-linux-amd64.deb
script: script: