Skip to content

ci: add Go version matrix to workflow#12

Merged
buth merged 1 commit intomainfrom
buth/github-actions
Dec 30, 2025
Merged

ci: add Go version matrix to workflow#12
buth merged 1 commit intomainfrom
buth/github-actions

Conversation

@buth
Copy link
Contributor

@buth buth commented Dec 30, 2025

Update the GitHub Actions workflow to test against multiple Go versions using a build matrix strategy.

  • Add strategy.matrix with Go versions 1.24 and 1.25
  • Replace hardcoded `go-version: '1.24' with matrix variable
  • Update step name to reflect the dynamic Go version

Update the GitHub Actions workflow to test against multiple Go
versions using a build matrix strategy.

* Add `strategy.matrix` with Go versions 1.24 and 1.25
* Replace hardcoded `go-version: '1.24' with matrix variable
* Update step name to reflect the dynamic Go version
@buth buth merged commit 570d294 into main Dec 30, 2025
2 checks passed
@buth buth deleted the buth/github-actions branch December 30, 2025 00:49
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.

1 participant