From 42cac4cf535251c11f12e4bca6c00c7b2df1c0dd Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 15 Jan 2024 15:34:37 +0000 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13b92fb90..3503a91fb 100644 --- a/Makefile +++ b/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: