Skip to content

Update CI to GitHub Actions with current Go and architecture matrix#8

Merged
maciej merged 1 commit intomasterfrom
codex/modernize-go-ci-matrix
Mar 29, 2026
Merged

Update CI to GitHub Actions with current Go and architecture matrix#8
maciej merged 1 commit intomasterfrom
codex/modernize-go-ci-matrix

Conversation

@maciej
Copy link
Copy Markdown
Owner

@maciej maciej commented Mar 29, 2026

Summary

  • replace Travis CI with a GitHub Actions workflow
  • test and build on amd64 and arm64 using stable and oldstable Go releases
  • add a separate arm build-only job for arm32 cross-compilation
  • update the README build badge to point to the new workflow
  • include the repository's current gofmt comment normalization change

Testing

  • actionlint .github/workflows/ci.yml
  • ./format_check.sh
  • go test ./...
  • go build ./...
  • GOOS=linux GOARCH=arm go build ./...

@maciej maciej merged commit ec5431f into master Mar 29, 2026
12 checks passed
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