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

This commit is contained in:
Simone Margaritelli
2024-04-04 17:08:47 -04:00
parent 6022255c7c
commit caee14fee4

View File

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