buildg
buildg copied to clipboard
Golang 1.19+ needed
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.