Skip to content

Misc CI bumps; add all-done job#420

Open
kolyshkin wants to merge 4 commits intogodbus:masterfrom
kolyshkin:bump-ci
Open

Misc CI bumps; add all-done job#420
kolyshkin wants to merge 4 commits intogodbus:masterfrom
kolyshkin:bump-ci

Conversation

@kolyshkin
Copy link
Copy Markdown
Contributor

@kolyshkin kolyshkin commented Dec 2, 2025

Note: this currently includes #419 and #421 and is therefore a draft (will rebase once those are merged).

This bumps various CI bits and pieces to their latest versions. See individual commits for details.

... to their latest versions.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Using @master is more prone to some breakage.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Use "oldstable" (currently 1.24) and "stable" (currently 1.25) aliases,
so we always test the supported Go versions.

Drop the 1.21, 1.22, and 1.23 from the matrix as they are no longer
maintained / supported.

Keep the 1.20 as this is the minimal version which is supposed to work,
according to our go.mod.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin kolyshkin marked this pull request as ready for review December 22, 2025 21:36
This job depends on every other one, and thus makes it easier to set up
"required" jobs in GHA CI (once this is merged, we only need "all-done"
tas required).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin kolyshkin changed the title Misc CI bumps Misc CI bumps; add all-done job Dec 22, 2025
@kolyshkin
Copy link
Copy Markdown
Contributor Author

@guelfey PTAL 🙏

Among the other things, will allow to have a single "required" job for this repo (the "all-done" one).

@kolyshkin
Copy link
Copy Markdown
Contributor Author

@guelfey PTAL

@kolyshkin

This comment was marked as outdated.

- uses: codespell-project/actions-codespell@v2

all-done:
runs-on: ububtu-24.04
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

typo

fail-fast: false
matrix:
go-version: ['1.20', '1.21', '1.22', '1.23']
go-version: ['1.20', oldstable, stable]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This means we don't explicitly need to bump to 1.26 though as this is now stable? I like it - I see the risk of the build breaking when a new Go version is released very low (but if it indeed happens, I want to know early). And keeping 1.20 in there also lets us know if we for some reason accidentally increase the minimum version requirement.

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