Skip to content

Commit

Permalink
from some reading go get isn't what's wanted any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Nov 8, 2023
1 parent e394896 commit 9aa0408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
go-version: 1.20
- name: Install lint deps
run: |
go get golang.org/x/lint/golint
go install golang.org/x/lint/golint
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
go get github.com/fzipp/gocyclo/cmd/gocyclo
go install github.com/fzipp/gocyclo/cmd/gocyclo
- name: lint
run: ./scripts/lint.sh
test:
Expand Down

0 comments on commit 9aa0408

Please sign in to comment.