Skip to content

Commit dd1148f

Browse files
Update dependency ironcore-dev/vgopath to v0.1.7
1 parent 50fdc00 commit dd1148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
7575

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

0 commit comments

Comments
 (0)