Skip to content

Commit

Permalink
go install -> go get
Browse files Browse the repository at this point in the history
In modern Go, you have to use `go get` to fetch packages.
  • Loading branch information
richvdh committed Nov 11, 2024
1 parent feb2638 commit 5c3160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:

- name: check spelling
run: |
go install github.com/client9/misspell/cmd/misspell
go get github.com/client9/misspell/cmd/misspell
$(go env GOPATH)/bin/misspell -error src *.md

0 comments on commit 5c3160c

Please sign in to comment.