mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Merge pull request #7848 from hashicorp/dnephin/debug-lint-download-fail
ci: debugging for golangci-lint download failing
This commit is contained in:
commit
770fa971d4
@ -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