Skip to content

Commit

Permalink
ci: update golint and revive install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew committed Aug 1, 2022
1 parent 4a4b56d commit 46bd4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@v2
- name: Run linters
run: |
GO111MODULE=off go get golang.org/x/lint/golint
GO111MODULE=off go get github.com/mgechev/revive
go install golang.org/x/lint/golint@latest
go install github.com/mgechev/revive@latest
echo "### revive"
$(go env GOPATH)/bin/revive -config .revive.toml ./...
echo "### golint"
Expand Down

0 comments on commit 46bd4fe

Please sign in to comment.