ci: Update Go version and test result handling in CI

Update Go workflow configuration

- Modify test command to store output in `test-results.json`
- Adjust publishing step to reference `test-results.json` directly
This commit is contained in:
MSWS
2025-03-23 13:00:12 -07:00
parent e1c42edf96
commit 31f49138f0

View File

@@ -33,4 +33,4 @@ jobs:
if: always()
with:
files: |
test-results/**/*.json
test-results.json