-
Notifications
You must be signed in to change notification settings - Fork 14
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
Re-release v0.3.3 as v0.3.4 #127
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
bendiknesbo
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Sep 4, 2024
Taking a look now. Thanks for the heads up! |
Ok, I've created a PR to bump the version txt to 0.3.4 (used by compiler) #128 After that is merged in, I will cut a 0.3.4 release off of that commit. ETA Monday EOD for the release since code-owners are not available on weekend. Thanks! |
This was fixed with version v0.3.4. |
Thanks, @andyrzhao, for fixing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
There appears to have been an erroneous release of
v0.3.3
, where (presumably) commit f21be58 was tagged, instead of f3de1e7.This has since been corrected, so f3de1e7 is the tagged commit now.
However, modules proxies and mirrors have already managed to get ahold of the erroneous tagged version, and is still distributing that version, while others end up with the correct version.
This leads to security-errors on
go get
:The official go module proxy recommends to release a new version, and encourage the use of the fixed version:
I suggest you bump to v0.3.4, and release that properly.
The text was updated successfully, but these errors were encountered: