Skip to content

Commit

Permalink
Fixed installation of revive linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Nov 16, 2022
1 parent 3d75f45 commit 5f6cf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: go

- name: Set up linters
run: go get -u github.com/mgechev/revive
run: go install github.com/mgechev/revive@latest

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
go-version: 1.17
- name: Set up linters
run: go get -u github.com/mgechev/revive
run: go install github.com/mgechev/revive@latest
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5f6cf53

Please sign in to comment.