chore: only build for golang 1.22
This commit is contained in:
parent
96637019c1
commit
9e8186d808
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: [debian-12]
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ '1.21', '1.22' ]
|
||||
go-version: [ '1.22' ]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue