-
Notifications
You must be signed in to change notification settings - Fork 374
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
Panic on FreeBSD host #235
Comments
This was fixed in PR #236 by @ncw and merged in 2ff6302 by @scrouthtv.
You can add those lines by hand or safely adjust your existing
or just run:
[/edit] The exclude line is to prevent any accidental |
Give me 10 minutes and I'll tag it.. Looks like I messed that up by a lot |
Kindly try v1.1.1 @dchapes should I completely delete the v1.1.0 tag? |
Thanks!
My understanding is that no, once anyone could have seen a version and it could have gotten into Instead you could retract that version as per the Go module documentation https://golang.org/ref/mod#go-mod-file-retract (e.g. add a line like That would make all the Go commands ignore that version by default (unless explicitly asked, e.g. Since you didn't do that (no big deal), I'd probably just edit [Edit: By the way, I just verified that as expected, the command the OP tried, |
Done - 8f994c
Ooh that's why I never heard of it before, thanks for teaching me something new :) |
Hello. I get a panic while trying to run demo:
FreeBSD 12.2
Go 1.16.3
The text was updated successfully, but these errors were encountered: