Skip to content

update go:build tags to go1.23 to align with vendor.mod#49588

Merged
AkihiroSuda merged 1 commit intomoby:masterfrom
thaJeztah:bump_go_build_tags
Apr 18, 2025
Merged

update go:build tags to go1.23 to align with vendor.mod#49588
AkihiroSuda merged 1 commit intomoby:masterfrom
thaJeztah:bump_go_build_tags

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

Go maintainers started to unconditionally update the minimum go version for golang.org/x/ dependencies to go1.23, which means that we'll no longer be able to support any version below that when updating those dependencies;

all: upgrade go directive to at least 1.23.0 [generated]

By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
per the Go Release Policy (https://go.dev/doc/devel/release#policy).

For golang/go#69095.

This updates our minimum version to go1.23, as we won't be able to maintain compatibility with older versions because of the above.

- What I did

- How I did it

- How to verify it

- Human readable description for the release notes

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

@thaJeztah thaJeztah force-pushed the bump_go_build_tags branch from 4528ca9 to a285a2f Compare April 9, 2025 12:11
@thaJeztah thaJeztah force-pushed the bump_go_build_tags branch from a285a2f to 6d47243 Compare April 16, 2025 12:12
@thaJeztah thaJeztah marked this pull request as ready for review April 16, 2025 12:17
Go maintainers started to unconditionally update the minimum go version
for golang.org/x/ dependencies to go1.23, which means that we'll no longer
be able to support any version below that when updating those dependencies;

> all: upgrade go directive to at least 1.23.0 [generated]
>
> By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
> per the Go Release Policy (https://go.dev/doc/devel/release#policy).
>
> For golang/go#69095.

This updates our minimum version to go1.23, as we won't be able to maintain
compatibility with older versions because of the above.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah force-pushed the bump_go_build_tags branch from 6d47243 to 7c52c4d Compare April 17, 2025 13:44
@thaJeztah thaJeztah added this to the 28.1.1 milestone Apr 17, 2025
@AkihiroSuda AkihiroSuda merged commit 01f442b into moby:master Apr 18, 2025
150 checks passed
@thaJeztah thaJeztah deleted the bump_go_build_tags branch April 18, 2025 06:59
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.

3 participants