Skip to content

Commit

Permalink
ci(deps): update module golang.org/x/tools/cmd/goimports to v0.14.0 (#…
Browse files Browse the repository at this point in the history
…623)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent e7423d7 commit e9715c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ KUSTOMIZE_VERSION ?= v5.1.1
# renovate: datasource=go depName=sigs.k8s.io/controller-tools
CONTROLLER_TOOLS_VERSION ?= v0.13.0
# renovate: datasource=go depName=golang.org/x/tools/cmd/goimports packageName=golang.org/x/tools
GOIMPORTS_VERSION ?= v0.13.0
GOIMPORTS_VERSION ?= v0.14.0

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.
Expand Down

0 comments on commit e9715c1

Please sign in to comment.