Skip to content

Commit

Permalink
ci: use go install pkg@latest
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Mar 17, 2022
1 parent 0d118bd commit e886fae
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -61,15 +61,11 @@ jobs:
- name: Check copyrights+formatting
run: |
# Required for format check.
go get golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/goimports@latest
# Required for imports check.
go get gonum.org/v1/tools/cmd/check-imports
go install gonum.org/v1/tools/cmd/check-imports@latest
# Required for copyright header check.
go get gonum.org/v1/tools/cmd/check-copyright
go install golang.org/x/tools/cmd/goimports
go install gonum.org/v1/tools/cmd/check-imports
go install gonum.org/v1/tools/cmd/check-copyright
go install gonum.org/v1/tools/cmd/check-copyright@latest
./.ci/check-copyright.sh
./.ci/check-formatting.sh
Expand Down

0 comments on commit e886fae

Please sign in to comment.