Skip to content

ci: Run on modern Go and latest Ubuntu runner.#20

Open
jrasell wants to merge 1 commit into
mainfrom
f-NMD-1547-ci-go
Open

ci: Run on modern Go and latest Ubuntu runner.#20
jrasell wants to merge 1 commit into
mainfrom
f-NMD-1547-ci-go

Conversation

@jrasell

@jrasell jrasell commented Jun 19, 2026

Copy link
Copy Markdown
Member

@jrasell jrasell self-assigned this Jun 19, 2026
@jrasell jrasell marked this pull request as ready for review June 19, 2026 07:23
@jrasell jrasell requested review from a team as code owners June 19, 2026 07:23
Comment thread .github/workflows/ci.yaml
run-tests:
runs-on: ubuntu-22.04
test:
runs-on: ubuntu-latest

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.

Isn't it better to run on fix version to avoid external things affecting the outcome of the tests?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The library doesn't have any real OS dependency, so using this means we do not have to keep this value updated and is the same approach we are using on other libraries and Go versions (oldstable and stable). The images themselves go through updates that could in theory break tests that rely heavily on OS and installed packages versions.

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