Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

scripts/with-go-mod: use correct minimum Go version#7040

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix_go_version
Jun 10, 2026
Merged

scripts/with-go-mod: use correct minimum Go version#7040
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix_go_version

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

Follow-up to 8f7dc04, which updated the minimum Go version in vendor.mod, but did not adjust this script.

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

Follow-up to 8f7dc04, which updated the
minimum Go version in vendor.mod, but did not adjust this script.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 29.6.0 milestone Jun 10, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@docker-agent docker-agent left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

The single-line change bumps the hardcoded minimum Go version in scripts/with-go-mod.sh from go 1.24.0 to go 1.25.0, correctly aligning the script with the vendor.mod update made in commit 8f7dc04. No logic errors, correctness issues, or other concerns were found in the changed code.

Comment thread scripts/with-go-mod.sh
module github.com/docker/cli

go 1.24.0
go 1.25.0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Perhaps we should read it automatically from the vendor.mod?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@vvoland yeah, we should probably do #6039 after this; WDYT?

@thaJeztah thaJeztah merged commit 4748c4e into docker:master Jun 10, 2026
103 checks passed
@thaJeztah thaJeztah deleted the fix_go_version branch June 10, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants