ci: bump Go, golangci-lint, codespell, and runners - #70
Open
kolyshkin wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
CI bumps; easy to review; PTAL @opencontainers/cgroups-maintainers |
AkihiroSuda
reviewed
Aug 4, 2026
| fail-fast: false | ||
| matrix: | ||
| go-version: [1.24.x, 1.25.x] | ||
| go-version: [1.24.x, 1.26.x] |
Member
There was a problem hiding this comment.
Can we just test oldstable and stable
AkihiroSuda
reviewed
Aug 4, 2026
| fail-fast: false | ||
| matrix: | ||
| go-version: [1.24.x, 1.25.x] | ||
| go-version: [1.24.x, 1.26.x] |
Member
There was a problem hiding this comment.
Suggested change
| go-version: [1.24.x, 1.26.x] | |
| # the minimum version corresponds to go.mod | |
| go-version: [1.24.x, 1.26.x] |
Contributor
Author
There was a problem hiding this comment.
added
# Make sure to have version from go.mod included here.
AkihiroSuda
approved these changes
Aug 4, 2026
Contributor
Author
@AkihiroSuda we also have to specify the version from go.mod, and in case this version is accidentally the same as "oldstable" or "stable", we have the test running twice on the same Go version. If we use numbers, we can clearly see if there's redundancy here. What do you think? |
* Test matrix: 1.24.x (go.mod minimum) and 1.26.x (latest); drop 1.25.x. * GO_VERSION for the validate jobs: 1.25 -> 1.26. * golangci-lint: v2.4 -> v2.12. * codespell: 2.4.1 -> 2.4.3. * Runners: ubuntu-24.04 -> ubuntu-26.04. The actions themselves are already kept current by dependabot. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
AkihiroSuda
approved these changes
Aug 4, 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.
The actions themselves are already kept current by dependabot.