mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
ci: debugging for golangci-lint download failing
We've seen a few CI runs fail with "exit status 52". This will hopefully give us more detail about what is failing.
This commit is contained in:
parent
58ee349a83
commit
d286e8e5a0
@ -45,7 +45,7 @@ jobs:
|
||||
name: Install golangci-lint
|
||||
command: |
|
||||
download=https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
|
||||
wget -O- -q $download | sh -s -- -b /go/bin/ v1.23.6
|
||||
wget -O- -q $download | sh -x -s -- -d -b /go/bin/ v1.23.6
|
||||
- run: go mod download
|
||||
- run:
|
||||
name: lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user