Skip to content

Commit 5885311

Browse files
s04donguettli
authored
🌱 Fix clusterctl installation semver get failure (version bump fix) (#1700)
Bump clusterctl version Co-authored-by: don <[email protected]> Co-authored-by: Thomas Güttler <[email protected]>
1 parent ae68154 commit 5885311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $(CTLPTL):
118118
CLUSTERCTL := $(abspath $(TOOLS_BIN_DIR)/clusterctl)
119119
clusterctl: $(CLUSTERCTL) ## Build a local copy of clusterctl
120120
$(CLUSTERCTL):
121-
go install sigs.k8s.io/cluster-api/cmd/clusterctl@v1.8.10
121+
go install sigs.k8s.io/cluster-api/cmd/clusterctl@v1.10.7
122122

123123
HCLOUD := $(abspath $(TOOLS_BIN_DIR)/hcloud)
124124
hcloud: $(HCLOUD) ## Build a local copy of hcloud

0 commit comments

Comments
 (0)