forked from quic-go/quic-go
ci: add Go 1.25rc1 to tested Go versions (#5224)
* ci: add Go 1.25rc1 to tested Go versions * fix rc name
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: [ "1.23.x", "1.24.x" ]
|
||||
go: [ "1.23.x", "1.24.x", "1.25.0-rc.1" ]
|
||||
env:
|
||||
GOLANGCI_LINT_VERSION: v2.1.6
|
||||
name: golangci-lint (Go ${{ matrix.go }})
|
||||
|
||||
Reference in New Issue
Block a user