Compare commits
1 commit
main
...
fix-ci-lin
Author | SHA1 | Date | |
---|---|---|---|
9da01abf18 |
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue