Skip to content

build: bump minimum Go version to 1.24 - #27

Merged
thaJeztah merged 1 commit into
moby:mainfrom
ctalledo:bump-go-1.24
May 27, 2026
Merged

build: bump minimum Go version to 1.24#27
thaJeztah merged 1 commit into
moby:mainfrom
ctalledo:bump-go-1.24

Conversation

@ctalledo

Copy link
Copy Markdown
Contributor

os.Root, used to bound all tar extraction operations within the extraction root at the kernel level using openat(2) semantics, was introduced in Go 1.24. We will use it in a follow-up PR. Therefore, update go.mod and the CI test matrix to require 1.24 as the oldest supported version.

os.Root, used to bound all tar extraction operations within the
extraction root at the kernel level using openat(2) semantics, was
introduced in Go 1.24. Update go.mod and the CI test matrix to require
1.24 as the oldest supported version.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
@codecov-commenter

codecov-commenter commented May 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.82%. Comparing base (f12e6e1) to head (c6a32a7).
⚠️ Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   65.09%   64.82%   -0.27%     
==========================================
  Files          42       42              
  Lines        2833     2027     -806     
==========================================
- Hits         1844     1314     -530     
+ Misses        803      537     -266     
+ Partials      186      176      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah
thaJeztah merged commit cec0c9e into moby:main May 27, 2026
12 checks passed
@ctalledo
ctalledo deleted the bump-go-1.24 branch May 27, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants