mirror of
https://github.com/mautrix/telegram.git
synced 2026-05-17 07:25:46 +03:00
ci: disable go 1.23 linting
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: ["1.23", "1.24"]
|
||||
go-version: ["1.24"]
|
||||
name: Lint ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user