Golang Test Annotations
Version updated for https://github.com/guyarb/golang-test-annotations to version v0.9.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The golang-test-annotations GitHub Action automatically annotates failed Go test results on pull requests, making it easier for developers to identify and address test failures directly in the GitHub interface. It streamlines the testing process by parsing go test JSON output and providing clear, actionable feedback. This action is particularly useful for improving visibility into test failures and accelerating debugging workflows in CI pipelines.
What’s Changed
What’s Changed
- [chore] Update to node24 by @kikils in https://github.com/guyarb/golang-test-annotations/pull/33
New Contributors
- @kikils made their first contribution in https://github.com/guyarb/golang-test-annotations/pull/33
Full Changelog: https://github.com/guyarb/golang-test-annotations/compare/v0.8.0...v0.9.0