My notice said that apps continue to run, you just can't deploy new
versions.

"Starting on October 1, 2019, as per our deprecation policy
<https://www.google.com/appserve/mkt/p/AFnwnKWm8hQGWahkucrzVzbQFA46N5Q7R23Q8Ike2TsV6k2aftBFYK0cXHvGM4Zf6bJNjEbzgPvLiah3dNEQ7UhQnEwUhRWlaxzrEbkwWmpJtg>,
you will no longer be able to deploy new versions of App Engine Standard
applications that use Go 1.9 and earlier. However, *applications that have
already been deployed will continue to run."*

On Mon, Sep 30, 2019, 5:33 AM Jan Mercl <0xj...@gmail.com> wrote:

> 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
> .
>

-- 
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/CAD53Lr712G%2BQz_4ue%2BEMCdAVuQfo9LPjGayULn-_K60fCLbxOg%40mail.gmail.com.

Reply via email to