-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Cannot install v3.11.0 #1428
Comments
Hi @adippel, sorry to see you ran into this issue... Unfortunately that replace directive is required for now to work around a bug. This is a restriction that's been discussed at length in this Go issue, but it seems like there isn't much chance of it being fixed any time soon. I could avoid it by forking the upstream package and switching to that fork, but IMO the replace directive is a cleaner approach. Is there a reason you need to install via |
@hairyhenderson Not a big deal. |
Thanks for the feedback @mgutz - that's totally fair! I'll get this solved soon. |
Totally agree with @mgutz. I use gomplate within a CI Job for building a Go based project. Using go install is just so convenient. Thanks for looking into this and for this awesome tool! |
FYI this should be resolved by the |
When a try to install latest. which now points to v3.11.0, I get the following error:
Installing v3.10.0 still works.
Is this an issue on your site?
The text was updated successfully, but these errors were encountered: