-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
go 1.22.0 #157782
go 1.22.0 #157782
Conversation
looks like garble does not work with go1.22 |
@stefanb Thank you for always working on these major Go release PR's. It's very appreciated! |
since garble is known issue, I would suggest just deprecate it for the sake of pre-release testing. |
ef34b52
to
87cf01d
Compare
@chenrui333, I have removed garble revision bump for the time being since we have isolated the problem and you have created the upstream issue burrowers/garble#820 and deprecation did not work for some reason. |
Many formulae seem to have a problem with
|
What would we have to do to get a new version of |
Either wait for a new version on their side if it comes quickly, or submit a revision bump PR. EDIT: Third option is to have bottles rebuilt and just that, but I'm unsure how it's done, should ask maintainers. Difference is that a revision bump would be considered as an updated for everyone and force an upgrade to everyone on |
It's (new version) going to be released soon. |
Rebuild with Go 1.22 as a follow-up to: * Homebrew#157782
yeah, we should revision bump it (I actually noted above.) would be covered by #162838 |
Follow-up to * Homebrew#157782 Signed-off-by: Rui Chen <[email protected]>
Follow-up to: * Homebrew#162059 and * Homebrew#157782
Co-authored-by: Trajan0x <[email protected]>
re: grafana-agent looks like v40 is out and that can be checked off (see changelog) |
See
Announcements: https://groups.google.com/g/golang-announce/search?q=Go%201.22%20release
Draft release notes: https://tip.golang.org/doc/go1.22
Bootstrap bump: build: adopt Go 1.20 as bootstrap toolchain for Go 1.22 golang/go#54265
Previous major release: go 1.21.0 #134468
Go 1.22 milestone:
Go 1.22 release dashboard: https://dev.golang.org/release
Issues:
undefined: runtime_cyclesPerSecond
,undefined: runtime_expandFinalInlineFrame
LoadError: cannot load such file -- webrick
ABI selector only permitted when compiling runtime
ABI issue with go1.22 burrowers/garble#820go: go.mod file not found in current directory or any parent directory.
github.com/CrowdStrike/go-metrics-prometheus
seems gone trivago/gollum#265panic: interface conversion: types.Sizes is *types.gcSizes, not *types.StdSizes
panic: runtime error: invalid memory address or nil pointer dereference
Glitch? couldn't reproduce it locally.'go get' is no longer supported outside a module.
gpm: deprecate #158016panic: runtime error: invalid memory address or nil pointer dereference
:Failed to execute: /opt/homebrew/Cellar/imposm3/0.11.1_2/bin/osmium
panic: runtime error: invalid memory address or nil pointer dereference
,Error: failed to create API: unable to run post-scaffold tasks of "base.go.kubebuilder.io/v4": exit status 2
panic: runtime error: invalid memory address or nil pointer dereference
andgo/types.(*StdSizes).Sizeof(0x0, {0xb3784c8, 0xb5495e0}) go/types/sizes.go:228 +0x31e
LoadError: cannot load such file -- webrick
LoadError: cannot load such file -- webrick
Test buid run logs:
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?