-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace directive break command install #1574
Comments
Sadly I don't think there's an easy way to work around this; this thread has more: golang/go#44840 (comment) Can we install pack using an alternate method in the docs CI? |
@natalieparellano in order to remove the replace directives, do we have to not user kaniko? |
@hone I believe so, yes |
I see docker has now moved to a vendor.mod file which doesn't have any replace directives. If kaniko were to update its versions, would we be able to get rid of the replacements? |
Maybe... I'll check |
While we await resolution of buildpacks/pack#1574 this should fix the pack upgrade Signed-off-by: Natalie Arellano <narellano@vmware.com>
Looks like those changes haven't been released yet - let's keep an eye on it... |
Let's check on this one after #1696 is merged. Hopefully |
I checked locally the following command: go install github.com/buildpacks/pack/cmd/pack@v0.30.0-rc2 We will close this issue once 0.30 is released |
Pack 0.30.0 was released! closing this one |
Summary
Installing pack using
go install github.com/buildpacks/pack/cmd/pack@latest
fails due to thereplace
directives ingo.mod
Reproduction
Steps
go install github.com/buildpacks/pack/cmd/pack@latest
go install github.com/buildpacks/pack/cmd/pack@v0.28.0
go install github.com/buildpacks/pack/cmd/pack@v0.27.0
succeedsCurrent behavior
The installation fails with an error that mentions "replace directives"
Expected behavior
The expected behavior is the same as the behavior in
go install github.com/buildpacks/pack/cmd/pack@v0.27.0
Environment
pack info
N/A
docker info
N/A
The text was updated successfully, but these errors were encountered: