forked from quic-go/quic-go
ci: update to Go 1.22.0 (#4312)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
version: 2.1
|
||||
executors:
|
||||
test-go121:
|
||||
test-go122:
|
||||
docker:
|
||||
- image: "cimg/go:1.21"
|
||||
- image: "cimg/go:1.22"
|
||||
environment:
|
||||
runrace: true
|
||||
TIMESCALE_FACTOR: 3
|
||||
|
||||
jobs:
|
||||
"test": &test
|
||||
executor: test-go121
|
||||
executor: test-go122
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@@ -33,10 +33,10 @@ jobs:
|
||||
- run:
|
||||
name: "Run version negotiation tests with qlog"
|
||||
command: go run github.com/onsi/ginkgo/v2/ginkgo -v -randomize-all -trace integrationtests/versionnegotiation -- -qlog
|
||||
go121:
|
||||
go122:
|
||||
<<: *test
|
||||
|
||||
workflows:
|
||||
workflow:
|
||||
jobs:
|
||||
- go121
|
||||
- go122
|
||||
|
||||
Reference in New Issue
Block a user