this works when tested locally
This commit is contained in:
parent
e8131dc928
commit
9da01abf18
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue