From 764123653f4e723d88cc09a924e23ed9a02b619e Mon Sep 17 00:00:00 2001 From: Danail Branekov Date: Mon, 13 Jan 2025 10:46:25 +0000 Subject: [PATCH] Revert "Temporarily pin cf cli version to 8.8.3" Unpin cf cli, latest cli github release has been fixed to contain cli binaries fixes #3649 This reverts commit c3efa00774c258aff05dac3676c9c8f9d11b7adb. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83763a1da..bb97eefa3 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ bin/golangci-lint: bin/cf: mkdir -p $(GOBIN) - curl -fsSL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=8.8.3&source=github-rel" \ + curl -fsSL "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" \ | tar -zx cf8 \ && mv cf8 $(GOBIN)/cf \ && chmod +x $(GOBIN)/cf