Re: [go-nuts] Re: App Engine hasn't upgraded beyond Go 1.16, which is now out of security window

2022-12-20 Thread ga...@zenbunker.ch
Any updates on App Engine Flexible? It's still stuck on 1.15 and a pull 
request for 1.16 has been ignored for over a year 
https://github.com/GoogleCloudPlatform/golang-docker

Is App Engine Flexible being abandoned by Google? Where should I migrate 
our Go applications?

Best,
Gabor

On Tuesday, December 20, 2022 at 3:39:22 AM UTC+1 seana...@gmail.com wrote:

> Thanks, folks! I just upgraded my app to the 119 runtime too, and it went 
> very smoothly!
>
> On Mon, Dec 19, 2022 at 11:40 AM 'drc...@google.com' via golang-nuts <
> golan...@googlegroups.com> wrote:
>
>> I just checked with my personal app engine project ("gcloud app deploy", 
>> that's app engine, I think), and with 1.19 specified in go.mod and 
>> "runtime: 119" in app.yaml, the app reported runtime.Version() of 1.19.3.  
>> My understanding is this is a recent change.
>>
>> On Thursday, December 15, 2022 at 11:33:41 AM UTC-5 Olivier Favre wrote:
>>
>>> Hi,
>>>
>>> I think App Engine is not getting as much development efforts as Cloud 
>>> Run does.
>>> I foresee it the same fate as Legacy Networks versus VPC.
>>>
>>> That said, it looks like they were unconfortable with this situation as 
>>> they released Go 1.18 and 1.19 (NB: not 1.17) a few days ago:
>>>
>>> https://cloud.google.com/appengine/docs/standard/go/release-notes#December_07_2022
>>>
>>> Cheers,
>>> --
>>> Olivier Favre
>>>
>>> On Monday, September 12, 2022 at 11:33:09 AM UTC+2 Rusco wrote:
>>>
 Googles own language on Googles own cloud lags behind several version,  
 I don't understand this :-( 

 Microsoft seems to be more eager to keep things up to date: 
 .NET 7 comes to Azure Functions & Visual Studio 2022 - .NET Blog 
 (microsoft.com) 
 

 On Monday, 12 September 2022 at 02:33:18 UTC+1 seana...@gmail.com 
 wrote:

> I'm hoping a member of the Go team will take pity on me and prod the 
> App Engine Go team about this. The most recent upgrade to AE's Go 
> environment was in Nov 2021, when they started supporting Go 1.16 (see 
> release notes below). Now that Go 1.19 is out, Go 1.16 won't be getting 
> security fixes anymore, and App Engine Go users are in a frustrating 
> place.
>
> If this is App Engine's way of telling me to move to Cloud Run 
> (-->Dockerizing), it'd be nice if they'd just tell us that :). Otherwise, 
> could a Googler please help us AE users out and poke AE into getting up 
> to 
> 1.17, 1.18, or 1.19? I don't know where to file a bug straight against 
> AE, 
> and I figure the Go team should be very interested in this, due to 
> aforementioned security implications.
>
> https://cloud.google.com/appengine/docs/standard/go/release-notes
>
> Thanks,
> Sean
>
 -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "golang-nuts" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/golang-nuts/OspOyUz7CBQ/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> golang-nuts...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/5844eecc-9315-41a7-957e-39c6bd46a0bcn%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Sean Abraham
> seana...@gmail.com
> Cell: 720-278-8211 <(720)%20278-8211>
>

-- 
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/d14b0188-be19-4dc8-9ea4-b21b64f31270n%40googlegroups.com.


Re: [go-nuts] Re: App Engine hasn't upgraded beyond Go 1.16, which is now out of security window

2022-12-19 Thread Sean Abraham
Thanks, folks! I just upgraded my app to the 119 runtime too, and it went
very smoothly!

On Mon, Dec 19, 2022 at 11:40 AM 'drc...@google.com' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> I just checked with my personal app engine project ("gcloud app deploy",
> that's app engine, I think), and with 1.19 specified in go.mod and
> "runtime: 119" in app.yaml, the app reported runtime.Version() of 1.19.3.
> My understanding is this is a recent change.
>
> On Thursday, December 15, 2022 at 11:33:41 AM UTC-5 Olivier Favre wrote:
>
>> Hi,
>>
>> I think App Engine is not getting as much development efforts as Cloud
>> Run does.
>> I foresee it the same fate as Legacy Networks versus VPC.
>>
>> That said, it looks like they were unconfortable with this situation as
>> they released Go 1.18 and 1.19 (NB: not 1.17) a few days ago:
>>
>> https://cloud.google.com/appengine/docs/standard/go/release-notes#December_07_2022
>>
>> Cheers,
>> --
>> Olivier Favre
>>
>> On Monday, September 12, 2022 at 11:33:09 AM UTC+2 Rusco wrote:
>>
>>> Googles own language on Googles own cloud lags behind several version,
>>> I don't understand this :-(
>>>
>>> Microsoft seems to be more eager to keep things up to date:
>>> .NET 7 comes to Azure Functions & Visual Studio 2022 - .NET Blog
>>> (microsoft.com)
>>> 
>>>
>>> On Monday, 12 September 2022 at 02:33:18 UTC+1 seana...@gmail.com wrote:
>>>
 I'm hoping a member of the Go team will take pity on me and prod the
 App Engine Go team about this. The most recent upgrade to AE's Go
 environment was in Nov 2021, when they started supporting Go 1.16 (see
 release notes below). Now that Go 1.19 is out, Go 1.16 won't be getting
 security fixes anymore, and App Engine Go users are in a frustrating place.

 If this is App Engine's way of telling me to move to Cloud Run
 (-->Dockerizing), it'd be nice if they'd just tell us that :). Otherwise,
 could a Googler please help us AE users out and poke AE into getting up to
 1.17, 1.18, or 1.19? I don't know where to file a bug straight against AE,
 and I figure the Go team should be very interested in this, due to
 aforementioned security implications.

 https://cloud.google.com/appengine/docs/standard/go/release-notes

 Thanks,
 Sean

>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/golang-nuts/OspOyUz7CBQ/unsubscribe.
> To unsubscribe from this group and all its topics, 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/5844eecc-9315-41a7-957e-39c6bd46a0bcn%40googlegroups.com
> 
> .
>


-- 
Sean Abraham
seanabra...@gmail.com
Cell: 720-278-8211

-- 
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/CA%2BfUVwNfHXnZkb3XkduD-hCSzBT6P8hxPfR-50OnBoGBauMWEQ%40mail.gmail.com.


[go-nuts] Re: App Engine hasn't upgraded beyond Go 1.16, which is now out of security window

2022-12-19 Thread 'drc...@google.com' via golang-nuts
I just checked with my personal app engine project ("gcloud app deploy", 
that's app engine, I think), and with 1.19 specified in go.mod and 
"runtime: 119" in app.yaml, the app reported runtime.Version() of 1.19.3.  
My understanding is this is a recent change.

On Thursday, December 15, 2022 at 11:33:41 AM UTC-5 Olivier Favre wrote:

> Hi,
>
> I think App Engine is not getting as much development efforts as Cloud Run 
> does.
> I foresee it the same fate as Legacy Networks versus VPC.
>
> That said, it looks like they were unconfortable with this situation as 
> they released Go 1.18 and 1.19 (NB: not 1.17) a few days ago:
>
> https://cloud.google.com/appengine/docs/standard/go/release-notes#December_07_2022
>
> Cheers,
> --
> Olivier Favre
>
> On Monday, September 12, 2022 at 11:33:09 AM UTC+2 Rusco wrote:
>
>> Googles own language on Googles own cloud lags behind several version,  I 
>> don't understand this :-( 
>>
>> Microsoft seems to be more eager to keep things up to date: 
>> .NET 7 comes to Azure Functions & Visual Studio 2022 - .NET Blog 
>> (microsoft.com) 
>> 
>>
>> On Monday, 12 September 2022 at 02:33:18 UTC+1 seana...@gmail.com wrote:
>>
>>> I'm hoping a member of the Go team will take pity on me and prod the App 
>>> Engine Go team about this. The most recent upgrade to AE's Go environment 
>>> was in Nov 2021, when they started supporting Go 1.16 (see release notes 
>>> below). Now that Go 1.19 is out, Go 1.16 won't be getting security fixes 
>>> anymore, and App Engine Go users are in a frustrating place.
>>>
>>> If this is App Engine's way of telling me to move to Cloud Run 
>>> (-->Dockerizing), it'd be nice if they'd just tell us that :). Otherwise, 
>>> could a Googler please help us AE users out and poke AE into getting up to 
>>> 1.17, 1.18, or 1.19? I don't know where to file a bug straight against AE, 
>>> and I figure the Go team should be very interested in this, due to 
>>> aforementioned security implications.
>>>
>>> https://cloud.google.com/appengine/docs/standard/go/release-notes
>>>
>>> Thanks,
>>> Sean
>>>
>>

-- 
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/5844eecc-9315-41a7-957e-39c6bd46a0bcn%40googlegroups.com.


[go-nuts] Re: App Engine hasn't upgraded beyond Go 1.16, which is now out of security window

2022-12-15 Thread 'Olivier Favre' via golang-nuts
Hi,

I think App Engine is not getting as much development efforts as Cloud Run 
does.
I foresee it the same fate as Legacy Networks versus VPC.

That said, it looks like they were unconfortable with this situation as 
they released Go 1.18 and 1.19 (NB: not 1.17) a few days ago:
https://cloud.google.com/appengine/docs/standard/go/release-notes#December_07_2022

Cheers,
--
Olivier Favre

On Monday, September 12, 2022 at 11:33:09 AM UTC+2 Rusco wrote:

> Googles own language on Googles own cloud lags behind several version,  I 
> don't understand this :-( 
>
> Microsoft seems to be more eager to keep things up to date: 
> .NET 7 comes to Azure Functions & Visual Studio 2022 - .NET Blog 
> (microsoft.com) 
> 
>
> On Monday, 12 September 2022 at 02:33:18 UTC+1 seana...@gmail.com wrote:
>
>> I'm hoping a member of the Go team will take pity on me and prod the App 
>> Engine Go team about this. The most recent upgrade to AE's Go environment 
>> was in Nov 2021, when they started supporting Go 1.16 (see release notes 
>> below). Now that Go 1.19 is out, Go 1.16 won't be getting security fixes 
>> anymore, and App Engine Go users are in a frustrating place.
>>
>> If this is App Engine's way of telling me to move to Cloud Run 
>> (-->Dockerizing), it'd be nice if they'd just tell us that :). Otherwise, 
>> could a Googler please help us AE users out and poke AE into getting up to 
>> 1.17, 1.18, or 1.19? I don't know where to file a bug straight against AE, 
>> and I figure the Go team should be very interested in this, due to 
>> aforementioned security implications.
>>
>> https://cloud.google.com/appengine/docs/standard/go/release-notes
>>
>> Thanks,
>> Sean
>>
>

-- 
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/5b659788-7c45-474d-ae5d-5ce0bd989044n%40googlegroups.com.


[go-nuts] Re: App Engine hasn't upgraded beyond Go 1.16, which is now out of security window

2022-09-12 Thread Rusco
Googles own language on Googles own cloud lags behind several version,  I 
don't understand this :-( 

Microsoft seems to be more eager to keep things up to date: 
.NET 7 comes to Azure Functions & Visual Studio 2022 - .NET Blog 
(microsoft.com) 


On Monday, 12 September 2022 at 02:33:18 UTC+1 seana...@gmail.com wrote:

> I'm hoping a member of the Go team will take pity on me and prod the App 
> Engine Go team about this. The most recent upgrade to AE's Go environment 
> was in Nov 2021, when they started supporting Go 1.16 (see release notes 
> below). Now that Go 1.19 is out, Go 1.16 won't be getting security fixes 
> anymore, and App Engine Go users are in a frustrating place.
>
> If this is App Engine's way of telling me to move to Cloud Run 
> (-->Dockerizing), it'd be nice if they'd just tell us that :). Otherwise, 
> could a Googler please help us AE users out and poke AE into getting up to 
> 1.17, 1.18, or 1.19? I don't know where to file a bug straight against AE, 
> and I figure the Go team should be very interested in this, due to 
> aforementioned security implications.
>
> https://cloud.google.com/appengine/docs/standard/go/release-notes
>
> Thanks,
> Sean
>

-- 
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/922ec3e9-9525-4d24-a6b7-9a57dfedeccan%40googlegroups.com.