Skip to content

Commit

Permalink
Revert "Temporarily pin cf cli version to 8.8.3"
Browse files Browse the repository at this point in the history
Unpin cf cli, latest cli github release has been fixed to contain cli
binaries

fixes #3649

This reverts commit c3efa00.
  • Loading branch information
danail-branekov authored and georgethebeatle committed Jan 13, 2025
1 parent da9badf commit 015a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 015a4f6

Please sign in to comment.