Skip to content

Commit

Permalink
build: fix local kustomize (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed Feb 9, 2024
2 parents 8407761 + 0532bd4 commit fb8984f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git-push: 'false'
git-path: ". '!:labsdk'"
tag-prefix: 'v'
fallback-version: '0.3.0'
fallback-version: '0.3.1'
- name: Setup Go environment
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.14.0
.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
$(KUSTOMIZE):
GOBIN=$(LOCALBIN) go install sigs.k8s.io/kustomize/kustomize/v5.3@latest
GOBIN=$(LOCALBIN) go install sigs.k8s.io/kustomize/kustomize/v5@latest

.PHONY: controller-gen
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.
Expand Down

0 comments on commit fb8984f

Please sign in to comment.