Hi list. The modernc.org domain go-get redirector is hosted at the Google App Engine and provides access to all packages found at this time at https://gitlab.com/cznic. Go code for the redirector iself is published at https://gitlab.com/cznic/modernc. The instance dashboard shows a warning: "A version of your app is using a deprecated version of Go. Please upgrade before October 1, 2019. Learn more". The "Learn more" links here: https://cloud.google.com/appengine/docs/standard/go112/go-differences?hl=en_US&_ga=2.244421253.-1415549777.1569833277
I'm pretty lost after reading the docs. It's not just about changing `runtime: go` to `runtime: go112` in the `app.yaml` file. As I'm using the deprecated `appengine` package (https://gitlab.com/cznic/modernc/blob/ed5d04d89c1e4c74a2742191d62d89437a534b42/main.go#L21), I should migrate to the Google Cloud client library. The docs link here: https://github.com/googleapis/google-api-go-client. However, looking at the godocs here https://godoc.org/google.golang.org/api/appengine/v1, I cannot see any `Main` API call to replace the call at `main:21`. The redirector has 10K+ requests daily and I need to do the upgrade today. Please help me, thanks in advance. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAA40n-UAeExU9iAcqD7aMSeQjdwdAuvC9D1oXv64MYAJSUqAew%40mail.gmail.com.