mirror of
https://github.com/rclone/rclone
synced 2024-11-14 13:36:24 +01:00
build: use API when fetching golangci-lint as it is more reliable
This was turned off previously because we used it in the CI and it rate limited.
This commit is contained in:
parent
223d8c5fe3
commit
42cac4cf53
2
Makefile
2
Makefile
@ -103,7 +103,7 @@ check: rclone
|
||||
|
||||
# Get the build dependencies
|
||||
build_dep:
|
||||
go run bin/get-github-release.go -extract golangci-lint golangci/golangci-lint 'golangci-lint-.*\.tar\.gz'
|
||||
go run bin/get-github-release.go -use-api -extract golangci-lint golangci/golangci-lint 'golangci-lint-.*\.tar\.gz'
|
||||
|
||||
# Get the release dependencies we only install on linux
|
||||
release_dep_linux:
|
||||
|
Loading…
Reference in New Issue
Block a user