Skip to content

Commit

Permalink
Merge pull request #93 from vshn/fix/downgrade-up
Browse files Browse the repository at this point in the history
Pin `up` cli to v0.15.0
  • Loading branch information
glrf authored Mar 30, 2023
2 parents 2b11b8e + 22c8d94 commit 331b985
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 331b985

Please sign in to comment.