ci: update GitHub Actions and OS versions#146
Merged
mw5h merged 1 commit intocockroachdb:masterfrom Mar 13, 2026
Merged
Conversation
81b9fb9 to
89aa704
Compare
- Drop EOL Go versions 1.15–1.18, add Go 1.24 - Bump actions/checkout v2 → v4 - Bump actions/setup-go v2 → v5 - Bump uraimo/run-on-arch-action v2.1.1 → v3 - Update ARM test distro from ubuntu20.04 (EOL) to ubuntu24.04 - Bump GCAssert minimum Go to 1.22 to match matrix The ubuntu20.04 ARM docker images are no longer available, causing CI failures for PRs (e.g. cockroachdb#145). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
89aa704 to
cdcb08d
Compare
This was referenced Mar 13, 2026
mw5h
added a commit
to mw5h/apd
that referenced
this pull request
Mar 13, 2026
Update gcassert pin to ad3fae17aff which includes the x/tools bump to v0.30.0 (jordanlewis/gcassert#25), fixing Go 1.24 support. Remove the Go < 1.24 cap that was added as a workaround in cockroachdb#146. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutv2 → v4actions/setup-gov2 → v5uraimo/run-on-arch-actionv2.1.1 → v3ubuntu20.04(EOL) toubuntu24.04The
ubuntu20.04ARM docker images are no longer available, causing CIfailures for PRs (e.g. #145).
🤖 Generated with Claude Code