ci: disable go 1.23 linting
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.23", "1.24"]
|
go-version: ["1.24"]
|
||||||
name: Lint ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
|
name: Lint ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user