Re: [go-nuts] [security] Go 1.22.5 and Go 1.21.12 are released

2024-07-03 Thread kristian.koehler via golang-nuts
Thanks! Thanks. The original URL also works now.  I'll probably change my script to your version, it seems to be more "up to date". Kristian Am Mittwoch, dem 03.07.2024 um 12:42 + schrieb Steve Mynott: > I'm using > > curl -L -s "https://golang.org/dl/?mode=json"; | jq -r '.[0].version' >

Re: [go-nuts] [security] Go 1.22.5 and Go 1.21.12 are released

2024-07-03 Thread Steve Mynott
I'm using curl -L -s "https://golang.org/dl/?mode=json"; | jq -r '.[0].version' which returns go1.22.5 Cheers Steve On Wed, 3 Jul 2024 at 12:26, kristian.koehler via golang-nuts wrote: > > Hi, > > I have a script that loads the current Go version from the website and > updates my environment.

Re: [go-nuts] [security] Go 1.22.5 and Go 1.21.12 are released

2024-07-03 Thread kristian.koehler via golang-nuts
Hi, I have a script that loads the current Go version from the website and updates my environment. Unfortunately it still returns the old version: https://go.dev/VERSION?m=text --- 8< --- go1.22.4 time 2024-05-30T19:26:07Z --- 8< --- Is a website rebuild/restart necessary? Thanks, Kristian Am

[go-nuts] [security] Go 1.22.5 and Go 1.21.12 are released

2024-07-02 Thread announce
Hello gophers, We have just released Go versions 1.22.5 and 1.21.12, minor point releases. These minor releases include 1 security fixes following the security policy : - net/http: denial of service due to improper 100-continue handling The net/http HTTP/