Skip to content

Dropped Go 1.24.x from CI test matrix#12

Merged
bawdo merged 1 commit into
mainfrom
ci/drop-go-1.24-matrix
Jul 19, 2026
Merged

Dropped Go 1.24.x from CI test matrix#12
bawdo merged 1 commit into
mainfrom
ci/drop-go-1.24-matrix

Conversation

@bawdo

@bawdo bawdo commented Jul 19, 2026

Copy link
Copy Markdown
Owner

The 1.24.x legs of the Test matrix have been failing on main: go.mod floors the language at go 1.25.7 and setup-go@v7 runs with GOTOOLCHAIN=local, so 1.24 runners abort at go mod download instead of upgrading the toolchain. The module cannot build on 1.24 regardless, so the leg only ever went red.

This drops 1.24.x from the matrix, leaving 1.25.x on ubuntu + macos.

Split out separately from the combined Dependabot PR (#11), which inherits this same pre-existing failure.

go.mod floors the language version at go 1.25.7 and setup-go@v7
runs with GOTOOLCHAIN=local, so the 1.24.x runners fail at
go mod download rather than upgrading the toolchain. The module
cannot build on 1.24 regardless, so the leg only ever went red.
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@bawdo
bawdo merged commit 5c6f8c2 into main Jul 19, 2026
8 checks passed
@bawdo
bawdo deleted the ci/drop-go-1.24-matrix branch July 19, 2026 00:35
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.

2 participants