You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Go 1.22
ran:
go get golang.zx2c4.com/wireguard@latest
to get also the updated gvisor.dev/gvisor with Go 1.22 support from google/gvisor#9197Fixes#3145
Trying to build with Go 1.22
fails with errors:
Currently it is using gvisor from May 2023:
flyctl/go.mod
Line 178 in 363a4dd
Likely the solution is to bump to newer (or latest) version of
gvisor.dev/gvisor
to include also Go 1.22 support from July 2023:Similar gvisor bump was needed for Go 1.21:
The text was updated successfully, but these errors were encountered: