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