Skip to content

Commit

Permalink
Update dependency ironcore-dev/vgopath to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 50fdc00 commit dd1148f
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 @@ -75,7 +75,7 @@ $(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))

VGOPATH := $(TOOLS_BIN_DIR)/vgopath
# renovate: datasource=github-releases depName=ironcore-dev/vgopath
VGOPATH_VERSION ?= v0.1.6
VGOPATH_VERSION ?= v0.1.7
$(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/ironcore-dev/vgopath@$(VGOPATH_VERSION)

Expand Down

0 comments on commit dd1148f

Please sign in to comment.