We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce600a0 commit 4a6d5e3Copy full SHA for 4a6d5e3
.github/workflows/pre-commit.yml
@@ -19,8 +19,8 @@ jobs:
19
20
- name: Install go tooling
21
run: |
22
- go get golang.org/x/lint/golint
23
- go get golang.org/x/tools/cmd/goimports
24
- go get github.com/fzipp/gocyclo/cmd/gocyclo
+ go install golang.org/x/lint/golint@latest
+ go install golang.org/x/tools/cmd/goimports@latest
+ go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
25
26
- uses: pre-commit/[email protected]
0 commit comments