From 3ce788fa5c9e93789b1e6a7cb42ad22999ee46e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:20:45 +0000 Subject: [PATCH] Update module mvdan.cc/gofumpt to v0.9.2 | datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | go | mvdan.cc/gofumpt | v0.4.0 | v0.9.2 | Signed-off-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 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