Update .github/workflows/testing.yml

This commit is contained in:
Alex Savin
2025-04-27 23:59:11 -04:00
parent 99622c5cc0
commit fe0f911ec7

View File

@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.23.x]
go-version: [1.24.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}