diff --git a/Makefile b/Makefile index 6deda3eae5..45a6cfb3d3 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ TELEMETRY_ENDPOINT ?= oss.edge.df.f5.com:443 # renovate: datasource=docker depName=golangci/golangci-lint GOLANGCI_LINT_VERSION ?= v2.6.2 ## The version of golangci-lint to use # renovate: datasource=go depName=golang.org/x/tools -GOIMPORTS_VERSION ?= v0.38.0 ## The version of goimports to use +GOIMPORTS_VERSION ?= v0.39.0 ## The version of goimports to use # renovate: datasource=go depName=mvdan.cc/gofumpt GOFUMPT_VERSION ?= v0.9.2 ## The version of gofumpt to use