-
Notifications
You must be signed in to change notification settings - Fork 341
go-1.24: fix go main version not semver compatible #43876
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
37eeb03
to
d1a4d41
Compare
d1a4d41
to
a8987cb
Compare
I don't think we should carry this patch unless/until it's accepted upstream. |
84853c1
to
d16b951
Compare
22052eb
to
6da1285
Compare
pipelines/strip.yaml
Outdated
pipeline: | ||
- working-directory: ${{targets.contextdir}} | ||
runs: | | ||
scanelf --recursive --nobanner --etype "ET_DYN,ET_EXEC" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shell sucks.
left side of this pipe fails silently and results in nothing being done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd love for this to get put into chainguard-dev/tw
6da1285
to
5310694
Compare
Fix +incompatible+dirty build metadata to be semver compatible.
5310694
to
b3d768f
Compare
@imjasonh this is now upstream in master & 1.24 stable branch see golang/go@c1f9c2c |
This is now fixed in golang/go#73500 and thus also by: |
Fix +incompatible+dirty build metadata to be semver compatible.
With this change, rebuilding pulumi in #43877 makes it all work as expected
Also enable running the testsuite during build.
See: golang/go#71971
Submitted upstream at https://go-review.googlesource.com/c/go/+/652955/3