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:
Daniel Nephin 2020-05-11 19:54:18 -04:00
parent 58ee349a83
commit d286e8e5a0

View File

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