Compare commits

...

1 commit

Author SHA1 Message Date
9da01abf18 this works when tested locally 2022-04-10 14:23:38 -07:00

View file

@ -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: