Skip to content

Commit f53b4ff

Browse files
committed
gha: update modernise import URL
Ref: https://go.dev/cl/706918 Ref: https://go.dev/cl/730820 Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 5b8022f commit f53b4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git diff --exit-code
6161
- name: gopls modernise
6262
run: |
63-
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
63+
go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest -fix -test ./...
6464
git diff --exit-code
6565
- run: |
6666
make local-validate

0 commit comments

Comments
 (0)