Skip to content

Commit

Permalink
webhosting-operator: Update dependency ironcore-dev/vgopath to v0.1.5 (
Browse files Browse the repository at this point in the history
…#230)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 0c92c89 commit c7fde3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhosting-operator/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.4
VGOPATH_VERSION ?= v0.1.5
$(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 c7fde3c

Please sign in to comment.