Skip to content
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

Merged
merged 3 commits into from
Mar 10, 2025

Conversation

akhilerm
Copy link
Member

@akhilerm akhilerm commented Feb 24, 2025

  • 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.

@dosubot dosubot bot added area/toolchain Build and Release Toolchain github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code labels Feb 24, 2025
@akhilerm akhilerm force-pushed the 1.6-update-go1.24 branch from 9cf83e9 to 977b99e Compare March 7, 2025 04:20
@@ -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"]
Copy link
Member

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?

Copy link
Member Author

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]>
@akhilerm akhilerm force-pushed the 1.6-update-go1.24 branch from 977b99e to 820e81a Compare March 9, 2025 13:55
@akhilerm akhilerm changed the title [release/1.6] update build to go1.23.6, test go1.24.0 [release/1.6] update build to go1.23.7, test go1.24.1 Mar 9, 2025
@akhilerm akhilerm closed this Mar 9, 2025
@akhilerm akhilerm deleted the 1.6-update-go1.24 branch March 9, 2025 14:05
@akhilerm akhilerm restored the 1.6-update-go1.24 branch March 9, 2025 14:05
@akhilerm akhilerm reopened this Mar 9, 2025
@djdongjin
Copy link
Member

@akhilerm for the golangci-lint failure, you probably need this fix https://github.com/containerd/containerd/pull/11400/files

@k8s-ci-robot k8s-ci-robot added size/M and removed size/S labels Mar 9, 2025
@akhilerm akhilerm force-pushed the 1.6-update-go1.24 branch 2 times, most recently from 5b1ca10 to 75eefca Compare March 9, 2025 17:03
ktock and others added 2 commits March 9, 2025 22:37
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]>
@akhilerm akhilerm force-pushed the 1.6-update-go1.24 branch from 75eefca to b67a35b Compare March 9, 2025 17:07
@akhilerm akhilerm requested a review from djdongjin March 10, 2025 03:27
@estesp estesp merged commit 7b54421 into containerd:release/1.6 Mar 10, 2025
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/toolchain Build and Release Toolchain github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code size/M
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants