CI: swith to Go 1.23 and 1.24

This commit is contained in:
Nicola Murino 2025-03-28 10:26:22 +01:00
parent 8c3d7097fd
commit 28eb326a67
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.22', '1.21']
go: ['1.24', '1.23']
exclude:
- os: macos-latest
go: '1.21'
go: '1.24'
steps:
- uses: actions/checkout@v4