chore: only build for golang 1.22

This commit is contained in:
Emmanuel BENOîT 2024-07-19 14:33:34 +02:00
parent 96637019c1
commit 9e8186d808
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -11,7 +11,7 @@ jobs:
runs-on: [debian-12]
strategy:
matrix:
go-version: [ '1.21', '1.22' ]
go-version: [ '1.22' ]
steps: