ci: target ubuntu-latest-large runner label - #224
Merged
Conversation
kevinburkesegment
marked this pull request as ready for review
July 28, 2026 23:05
- Target ubuntu-latest-large for the Test matrix and golangci-lint, per guidance from Charlotte St. John (segmentio/stats is public, so the Twilio self-hosted pool doesn't apply - see PEA-901). - SHA-pin actions/checkout (v7.0.1) and actions/setup-go (v7.0.0). - Run golangci-lint (bumped to v2.12.2) via `go install` + a plain run: step instead of the golangci/golangci-lint-action marketplace action, since that action isn't on this repo's Actions allowlist (only github-owned actions are permitted) and was startup-failing regardless of runs-on.
greg-savage
approved these changes
Jul 28, 2026
kevinburkesegment
force-pushed
the
fix-golangci-lint-runner-label
branch
from
July 28, 2026 23:20
cf381f9 to
733bcd2
Compare
wavetylor
approved these changes
Jul 29, 2026
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
cstj/migrate-runs-on-twilio-runnersmigration (PR ci: migrate runs-on to Twilio runner labels + SHA-pin actions #223): bothgo.yml's test matrix andgolangci-lint.ymlnow targetubuntu-latest-large, per guidance from Charlotte St. John.Context
segmentio/statsis a public repo hitting the "auto/bot PRs break" collateral damage described in PEA-901 - jobs targetingubuntu-latestwere hanging indefinitely (never picked up a runner) rather than failing fast, andubuntu-latest-largeinitially startup-failed. Confirmed working after this change: https://github.com/segmentio/stats/actions/runs/30404362365Test plan
Testworkflow green on push (both oldstable/stable) - run 30404362365golangci-linttriggers on this PR - confirm green