drop older go versions

This commit is contained in:
Tim Möhlmann 2025-03-14 14:23:30 +02:00
parent c95b248de8
commit 7a8a0bc53a
3 changed files with 3 additions and 5 deletions

View file

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