Skip to content

Commit

Permalink
Pin up cli to v0.15.0
Browse files Browse the repository at this point in the history
The CI broke after the uprgade to v0.16.0
  • Loading branch information
glrf committed Mar 30, 2023
1 parent 2b11b8e commit 22c8d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ $(crossplane_bin): | $(go_bin)

# Install up plugin
$(up_bin):export GOBIN = $(go_bin)
$(up_bin):export VERSION=v0.15.0
$(up_bin): | $(go_bin)
curl -sL "https://cli.upbound.io" | sh
@mv up $@
$(up_bin) --version

.PHONY: package
package: ## All-in-one packaging and releasing
Expand Down

0 comments on commit 22c8d94

Please sign in to comment.