Skip to content

Commit 05472fe

Browse files
authored
Remove deprecated -i flag. (#128)
See golang/go#41696
1 parent 6aa2b5c commit 05472fe

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
@@ -59,7 +59,7 @@ deps:
5959

6060
# dev installs the tool locally
6161
dev:
62-
@go install -i ./...
62+
@go install ./...
6363
.PHONY: dev
6464

6565
# test runs the tests

0 commit comments

Comments
 (0)