This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new 6024a3427 ci: latest version of gopls/modernize has delete -category
(#3109)
6024a3427 is described below
commit 6024a34278542c45211b6e4a38fc6732592f1550
Author: Xuetao Li <[email protected]>
AuthorDate: Sun Dec 14 12:13:12 2025 +0800
ci: latest version of gopls/modernize has delete -category (#3109)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0925d8c53..21ade426c 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ test: clean
fmt: install-imports-formatter
# replace interface{} with any
- go run
golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest
-category=efaceany -fix -test ./...
+ go run
golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest
-any=true -fix -test ./...
go fmt ./... && GOROOT=$(shell go env GOROOT) imports-formatter
cd $(CLI_DIR) && go fmt ./...