Skip to content

Commit

Permalink
fix: k-cli go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Oct 7, 2024
1 parent ffcc146 commit adc6336
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ $(GOJQ_BIN):
.PHONY: kommander-cli
kommander-cli:
$(call print-target)
go install golang.org/dl/go1.19@latest
go1.19 download
CGO_ENABLED=0 go1.19 install github.com/mesosphere/kommander-cli/v2@$(KOMMANDER_CLI_VERSION)
CGO_ENABLED=0 go install github.com/mesosphere/kommander-cli/v2@$(KOMMANDER_CLI_VERSION)

.PHONY: gh-dkp
gh-dkp: ; $(info $(M) installing $*)
Expand Down

0 comments on commit adc6336

Please sign in to comment.