[HN Gopher] Go 1.24 Is Released
___________________________________________________________________
Go 1.24 Is Released
Author : yurivish
Score : 31 points
Date : 2025-02-11 19:39 UTC (3 hours ago)
(HTM) web link (go.dev)
(TXT) w3m dump (go.dev)
| rickette wrote:
| Especially happy with the faster map implementation and also with
| text/template now supporting range-over-func. Go 1.23 introduced
| range over function types but the latter didn't work in Go
| templates until now.
| quectophoton wrote:
| Nice! I was looking forward to this release because of `GOAUTH`.
|
| Hopefully this would finally make it less of a PITA to work with
| private git repositories, but looking at `go help goauth` I'm not
| holding my breath.
| silisili wrote:
| > When GODEBUG=fips140=only is used, in addition to the above,
| cryptographic algorithms that are not FIPS 140-3 compliant will
| return an error or panic.
|
| Not sure I love the idea of stdlib panicking on purpose here. I
| haven't looked at the code, but I wonder if it's just in
| functions that don't currently return an error for backwards
| compat...
___________________________________________________________________
(page generated 2025-02-11 23:01 UTC)