bump go.mod version to Go 1.23, run 1.23 and 1.24 on CI (#4880)

This commit is contained in:
Marten Seemann
2025-02-13 12:49:54 +01:00
committed by GitHub
parent 5af39164b9
commit 12f2be058b
18 changed files with 160 additions and 185 deletions

View File

@@ -1,8 +1,8 @@
module test
go 1.22
go 1.23
toolchain go1.22.4
toolchain go1.23.4
// The version doesn't matter here, as we're replacing it with the currently checked out code anyway.
require github.com/quic-go/quic-go v0.21.0