Skip to content

Commit a4b2adc

Browse files
authored
Merge pull request #5075 from kolyshkin/fix-modernize-url
ci: fix modernize URL
2 parents 0d788db + 428043b commit a4b2adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git diff --exit-code
6969
- name: run modernize
7070
run: |
71-
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix ./...
71+
go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest -fix ./...
7272
git diff --exit-code
7373
7474
compile-buildtags:

0 commit comments

Comments
 (0)