Skip to content

Commit

Permalink
Update dependency incu6us/goimports-reviser to v3.6.5 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 8b03004 commit faee923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(TOOLS_BIN_DIR)/.version_%:

GOIMPORTS_REVISER := $(TOOLS_BIN_DIR)/goimports-reviser
# renovate: datasource=github-releases depName=incu6us/goimports-reviser
GOIMPORTS_REVISER_VERSION ?= v3.6.4
GOIMPORTS_REVISER_VERSION ?= v3.6.5
$(GOIMPORTS_REVISER): $(call tool_version_file,$(GOIMPORTS_REVISER),$(GOIMPORTS_REVISER_VERSION))
GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/incu6us/goimports-reviser/v3@$(GOIMPORTS_REVISER_VERSION)

Expand Down

0 comments on commit faee923

Please sign in to comment.