Go 1.22 upgrade check list #3310
Labels
enhancement
Improving existing functionality
go
Go language related
I4
No visible changes
S2
Regular significance
U4
Nothing urgent
Milestone
for
loops ranging over integers/constants are too good to be unused, searching for:= 0
finds a lot of themmath/rand
withmath/rand/v2
, changes there are not significant for us, but still we better be up to datecmp.Or
can be considered, but I'm not sure we have any cases for itAppendDecode
andAppendEncode
can be useful for base64/hex manipulationsslices.Concat
can be consideredSee https://go.dev/doc/go1.22 also.
The text was updated successfully, but these errors were encountered: