From c63b0fc7ae61e26b6a6cf9cc0798f89dba01ad23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:20:50 +0100 Subject: [PATCH] Update module golang.org/x/tools/cmd/goimports to v0.16.0 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7e9740..1c85579 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ GOLANGCI_LINT_VERSION := v1.55.2 # renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck GOVULNCHECK_VERSION := v1.0.1 # renovate datasource=go depName=golang.org/x/tools/cmd/goimports -GOIMPORTS_VERSION := v0.14.0 +GOIMPORTS_VERSION := v0.16.0 # Check if the program is present in $PATH and install otherwise. # ${1} - oneOf{binary,yarn}