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: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go: ['1.22', '1.21'] go: ['1.24', '1.23']
exclude: exclude:
- os: macos-latest - os: macos-latest
go: '1.21' go: '1.24'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4