Skip to content

Conversation

@tianon
Copy link
Member

@tianon tianon commented Oct 24, 2025

On top of automatically testing against the two most recent releases (what Go upstream supports), also test explicitly against our lower bound.

As noted in the previous change, don't have a go.mod to source this information from, so it's simply hard-coded in this file instead.

(I chose 1.21 as that was the lowest version we were testing against previously, but it's possible that could go lower or actually reasonably needs to go higher.)

On top of automatically testing against the two most recent releases (what Go upstream supports), also test explicitly against our lower bound.

As noted in the previous change, don't have a `go.mod` to source this information from, so it's simply hard-coded in this file instead.

(I chose 1.21 as that was the lowest version we were testing against previously, but it's possible that could go lower or actually reasonably needs to go higher.)

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
matrix:
go: [oldstable, stable]
# our oldest (officially) supported version and the two upstream-supported versions
go: [1.21.x, oldstable, stable]
Copy link
Member

Choose a reason for hiding this comment

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

GOTOOLCHAIN=local is needed to avoid accidental auto upgrading

Copy link
Member Author

Choose a reason for hiding this comment

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

True, good point, although we don't have a go.mod at all so it's a little bit moot for now, right?

@AkihiroSuda AkihiroSuda added this to the v1.3.0 milestone Oct 24, 2025
Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
@AkihiroSuda AkihiroSuda requested a review from a team October 25, 2025 16:44
@utam0k utam0k merged commit a257beb into opencontainers:main Oct 25, 2025
6 checks passed
@tianon tianon deleted the mingo branch October 25, 2025 21:33
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