errors icon indicating copy to clipboard operation
errors copied to clipboard

chore: normalize Go version in go.mod to 1.23

Open rez1dent3 opened this issue 6 months ago • 1 comments

The go directive should use only major and minor versions. go 1.23.0 is not valid - Go ignores the patch part, so it should be go 1.23.

This change is Reviewable

rez1dent3 avatar Oct 13 '25 08:10 rez1dent3

CLA assistant check
All committers have signed the CLA.