Skip to content

Commit 99fb857

Browse files
committed
fixes & bump
1 parent 4d80459 commit 99fb857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ help: Makefile
1515
## install_revive: Install revive for linting.
1616
install_revive:
1717
@echo ">> ============= Install Revive ============= <<"
18-
$(GO) get github.com/mgechev/revive
18+
$(GO) install github.com/mgechev/revive@latest
1919

2020

2121
## style: Check code style.

0 commit comments

Comments
 (0)