misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli
2024-04-04 17:06:58 -04:00
parent b4e5b65ab7
commit 6022255c7c

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19', '1.20', '1.21.x', '1.22.x' ]
go-version: [ '1.22.x', '1.23.x' ]
steps:
- uses: actions/checkout@v4