-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[release/1.6] update build to go1.23.7, test go1.24.1 #11421
Conversation
9cf83e9
to
977b99e
Compare
.github/workflows/ci.yml
Outdated
@@ -218,7 +218,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
os: [ubuntu-20.04, ubuntu-24.04-arm, macos-13, windows-2019, windows-2022] | |||
go-version: ["1.22.10", "1.23.4"] | |||
go-version: ["1.23.6", "1.24.0"] |
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.
there is 1.24.1 and 1.23.7 now. https://go.dev/doc/devel/release#go1.24.minor
should we just use the latest direclty?
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.
That change is not yet present on the main and release branches.
I will make that bump on those(main.2.0,1.7) branches and then update this PR.
- go1.23.7 (released 2025-03-04) includes security fixes to the net/http package, as well as bug fixes to cgo, the compiler, and the reflect, runtime, and syscall packages. See the Go 1.23.7 milestone on our issue tracker for details - go1.24.1 (released 2025-03-04) includes security fixes to the net/http package, as well as bug fixes to cgo, the compiler, the go command, and the reflect, runtime, and syscall packages. See the Go 1.24.1 milestone on our issue tracker for details. Signed-off-by: Akhil Mohan <[email protected]>
977b99e
to
820e81a
Compare
@akhilerm for the golangci-lint failure, you probably need this fix https://github.com/containerd/containerd/pull/11400/files |
5b1ca10
to
75eefca
Compare
Signed-off-by: Kohei Tokunaga <[email protected]> Signed-off-by: Akhil Mohan <[email protected]> Signed-off-by: Austin Vazquez <[email protected]>
Signed-off-by: Jin Dong <[email protected]> (cherry picked from commit 480e103) Signed-off-by: Akhil Mohan <[email protected]>
75eefca
to
b67a35b
Compare
go1.23.7 (released 2025-03-04) includes security fixes to the net/http
package, as well as bug fixes to cgo, the compiler, and the reflect,
runtime, and syscall packages. See the Go 1.23.7 milestone on our issue
tracker for details
go1.24.1 (released 2025-03-04) includes security fixes to the net/http
package, as well as bug fixes to cgo, the compiler, the go command, and
the reflect, runtime, and syscall packages. See the Go 1.24.1 milestone
on our issue tracker for details.