1
0
mirror of https://github.com/opencontainers/umoci.git synced 2026-02-05 09:45:50 +01:00

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>
This commit is contained in:
Aleksa Sarai
2025-12-21 19:53:28 +09:00
parent 5b8022f5bb
commit f53b4ff695

View File

@@ -60,7 +60,7 @@ jobs:
git diff --exit-code
- name: gopls modernise
run: |
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest -fix -test ./...
git diff --exit-code
- run: |
make local-validate