Skip to content

Commit 3b4d4e2

Browse files
Update dependency ironcore-dev/vgopath to v0.1.8 (#531)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 306f5b3 commit 3b4d4e2

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
@@ -77,7 +77,7 @@ $(SKAFFOLD): $(call tool_version_file,$(SKAFFOLD),$(SKAFFOLD_VERSION))
7777

7878
VGOPATH := $(TOOLS_BIN_DIR)/vgopath
7979
# renovate: datasource=github-releases depName=ironcore-dev/vgopath
80-
VGOPATH_VERSION ?= v0.1.7
80+
VGOPATH_VERSION ?= v0.1.8
8181
$(VGOPATH): $(call tool_version_file,$(VGOPATH),$(VGOPATH_VERSION))
8282
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/ironcore-dev/vgopath@$(VGOPATH_VERSION)
8383

0 commit comments

Comments
 (0)