From f6c3faeaa80cedf18c96fce60a5c4adff46e2030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pab=C3=B3n?= Date: Fri, 1 Mar 2024 17:53:03 -0700 Subject: [PATCH] Fix packr2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luis Pabón --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdb182b0c..9b30ab68f 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ $(GOPATH)/bin/govendor: $(GOPATH)/bin/packr2: @echo "Installing missing $@ ..." - go get -u github.com/gobuffalo/packr/... + go install github.com/gobuffalo/packr/v2/packr2@v2.8.3 $(GOPATH)/bin/cover: @echo "Installing missing $@ ..."