Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ endif
export DOWNLOAD_DIR ?= $(default_shared_dir)/downloaded
export GOVENDOR_DIR ?= $(default_shared_dir)/go_vendor

# https://go.dev/dl/
# renovate: datasource=golang-version packageName=go
VENDORED_GO_VERSION := 1.26.2

$(bin_dir)/tools $(DOWNLOAD_DIR)/tools:
@mkdir -p $@

Expand Down Expand Up @@ -222,10 +226,6 @@ tools += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION)
ADDITIONAL_TOOLS ?=
tools += $(ADDITIONAL_TOOLS)

# https://go.dev/dl/
# renovate: datasource=golang-version packageName=go
VENDORED_GO_VERSION := 1.26.2

# Print the go version which can be used in GH actions
.PHONY: print-go-version
print-go-version:
Expand Down
Loading