File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,11 @@ jobs:
6161 - name : Check copyrights+formatting
6262 run : |
6363 # Required for format check.
64- go get golang.org/x/tools/cmd/goimports
64+ go install golang.org/x/tools/cmd/goimports@latest
6565 # Required for imports check.
66- go get gonum.org/v1/tools/cmd/check-imports
66+ go install gonum.org/v1/tools/cmd/check-imports@latest
6767 # Required for copyright header check.
68- go get gonum.org/v1/tools/cmd/check-copyright
69-
70- go install golang.org/x/tools/cmd/goimports
71- go install gonum.org/v1/tools/cmd/check-imports
72- go install gonum.org/v1/tools/cmd/check-copyright
68+ go install gonum.org/v1/tools/cmd/check-copyright@latest
7369
7470 ./.ci/check-copyright.sh
7571 ./.ci/check-formatting.sh
You can’t perform that action at this time.
0 commit comments