Merge pull request #7848 from hashicorp/dnephin/debug-lint-download-fail

ci: debugging for golangci-lint download failing
pull/7654/head
Daniel Nephin 2020-05-12 13:03:02 -04:00 committed by GitHub
commit 770fa971d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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