fixup! chore: updating go to 1.24

This commit is contained in:
Iraq Jaber 2025-03-10 10:28:18 +00:00
parent 96ac69c39e
commit 74e7347180

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.21', '1.22', '1.23']
go: ['1.21', '1.22', '1.23', '1.24']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4