diff --git a/Makefile b/Makefile index 57344179b7..6deda3eae5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ 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 # renovate: datasource=go depName=mvdan.cc/gofumpt -GOFUMPT_VERSION ?= v0.4.0 ## The version of gofumpt to use +GOFUMPT_VERSION ?= v0.9.2 ## The version of gofumpt to use # Additional flags added here can be accessed in main.go. # e.g. `main.version` maps to `var version` in main.go