ci: bump to go 1.23 (#453)
Upgrade to Go 1.23. Upgrade also requires bumping `golangci-lint` to v1.62.2, and upgrading third-party test versions for some failing cases.
This commit is contained in:
committed by
GitHub
parent
3b84ecd27b
commit
b985ff5775
6
go.mod
6
go.mod
@@ -6,11 +6,11 @@ toolchain go1.22.7
|
||||
|
||||
require (
|
||||
golang.org/x/arch v0.12.0
|
||||
golang.org/x/sys v0.27.0
|
||||
golang.org/x/tools v0.27.0
|
||||
golang.org/x/sys v0.28.0
|
||||
golang.org/x/tools v0.28.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.22.0 // indirect
|
||||
golang.org/x/sync v0.9.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user