chore: update Go version requirements in CI workflow

- Removed Go 1.24 from test matrix to only run tests against Go 1.25
- Simplified CI configuration by focusing on latest stable Go version
This commit is contained in:
juanatsap
2025-10-31 11:59:34 +00:00
parent 73155e3900
commit 6d154331d2
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.24', '1.25']
go-version: ['1.25']
steps:
- name: Checkout code