Skip to content

Commit 9daab04

Browse files
Update module mvdan.cc/gofumpt to v0.9.2 (main) (#8578)
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> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent baff5af commit 9daab04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GOLANGCI_LINT_VERSION ?= v2.6.2 ## The version of golangci-lint to use
2727
# renovate: datasource=go depName=golang.org/x/tools
2828
GOIMPORTS_VERSION ?= v0.38.0 ## The version of goimports to use
2929
# renovate: datasource=go depName=mvdan.cc/gofumpt
30-
GOFUMPT_VERSION ?= v0.4.0 ## The version of gofumpt to use
30+
GOFUMPT_VERSION ?= v0.9.2 ## The version of gofumpt to use
3131

3232
# Additional flags added here can be accessed in main.go.
3333
# e.g. `main.version` maps to `var version` in main.go

0 commit comments

Comments
 (0)