We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d788db + 428043b commit a4b2adcCopy full SHA for a4b2adc
1 file changed
.github/workflows/validate.yml
@@ -68,7 +68,7 @@ jobs:
68
git diff --exit-code
69
- name: run modernize
70
run: |
71
- go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix ./...
+ go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest -fix ./...
72
73
74
compile-buildtags:
0 commit comments