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
I met with a bug while compiling with golang1.18 on Ubuntu20 x64: go/pkg/mod/google.golang.org/[email protected]/server.go:2180:14: undefined: atomic.Int64note: module requires Go 1.19
so I uninstalled the 1.18 version with apt and downloaded the latest 1.23.0, and then the compilation is successful.
The text was updated successfully, but these errors were encountered:
I met with a bug while compiling with golang1.18 on Ubuntu20 x64: go/pkg/mod/google.golang.org/[email protected]/server.go:2180:14: undefined: atomic.Int64note: module requires Go 1.19
so I uninstalled the 1.18 version with apt and downloaded the latest 1.23.0, and then the compilation is successful.
The text was updated successfully, but these errors were encountered: