Skip to content

Commit

Permalink
Fix packr2 install by using go install at a version
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pabón <[email protected]>
  • Loading branch information
lpabon committed Mar 2, 2024
1 parent 8712fa8 commit 150e2ac
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 @@ -108,7 +108,7 @@ $(GOPATH)/bin/errcheck:

$(GOPATH)/bin/packr2:
@echo "Installing missing $@ ..."
GO111MODULE=off go get -u github.com/gobuffalo/packr/...
go install github.com/gobuffalo/packr/v2/[email protected]

$(GOPATH)/bin/cover:
@echo "Installing missing $@ ..."
Expand Down

0 comments on commit 150e2ac

Please sign in to comment.