You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
I read your following comment on the PR for packr/v2. Could you please add some more information or symptom of the issue + a brief description of your use case + your environment?
--- the original comment ---
This broke our CI pipeline for several projects :'(
The installation methods in the README need to be updated.
$ go get -u github.com/gobuffalo/packr/v2/packr2
I see. If you are able to install packr2 by running the command as follows, it must be an issue of the go version. By version 1.16 of go, which is our minimum supported version, the behavior of go get changed to enable GO111MODULE=on by default, and the package argument resolution automatically translates version part of the package (v2 of .../packr/v2) argument. If it was just treated as a path on the source tree, it seems like you are using GOPATH mode in your environment.
Will update the doc accordingly.
go get -u github.com/gobuffalo/packr/packr2
Hi @JDiPierro,
I read your following comment on the PR for packr/v2. Could you please add some more information or symptom of the issue + a brief description of your use case + your environment?
--- the original comment ---
This broke our CI pipeline for several projects :'(
The installation methods in the README need to be updated.
this no longer works.
Originally posted by @JDiPierro in #295 (comment)
The text was updated successfully, but these errors were encountered: