Skip to content

Commit

Permalink
fixes & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Feb 23, 2023
1 parent 4d80459 commit 99fb857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ help: Makefile
## install_revive: Install revive for linting.
install_revive:
@echo ">> ============= Install Revive ============= <<"
$(GO) get github.com/mgechev/revive
$(GO) install github.com/mgechev/revive@latest


## style: Check code style.
Expand Down

0 comments on commit 99fb857

Please sign in to comment.