Skip to content

Commit

Permalink
Update dependency ko-build/ko to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 7e0223e commit 3bc1ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ TOOLS_BIN_DIR ?= $(TOOLS_DIR)/bin

KO := $(TOOLS_BIN_DIR)/ko
# renovate: datasource=github-releases depName=ko-build/ko
KO_VERSION ?= v0.15.4
KO_VERSION ?= v0.16.0
$(KO): $(call tool_version_file,$(KO),$(KO_VERSION))
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/google/ko@$(KO_VERSION)

0 comments on commit 3bc1ad5

Please sign in to comment.