Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#9336 from mjlshen/kpromo-v4
Browse files Browse the repository at this point in the history
🐛 fix go install path for kpromo v4.0.4
  • Loading branch information
k8s-ci-robot committed Aug 29, 2023
2 parents 3b42bcd + ca9ca91 commit 7b6db93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ SHELLCHECK_VER := v0.9.0
KPROMO_VER := v4.0.4
KPROMO_BIN := kpromo
KPROMO := $(abspath $(TOOLS_BIN_DIR)/$(KPROMO_BIN)-$(KPROMO_VER))
KPROMO_PKG := sigs.k8s.io/promo-tools/v3/cmd/kpromo
# KPROMO_PKG may have to be changed if KPROMO_VER increases its major version.
KPROMO_PKG := sigs.k8s.io/promo-tools/v4/cmd/kpromo

YQ_VER := v4.25.2
YQ_BIN := yq
Expand Down

0 comments on commit 7b6db93

Please sign in to comment.