Update Go versions in CI workflow

This commit is contained in:
Bogdan Ungureanu 2025-09-02 13:22:47 +03:00 committed by GitHub
parent 19f4300ad0
commit be5f17059c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.17.x', '1.18.x','1.19.x', '1.20.x' ]
go: [ '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master