go/go.mod: v↑ go 1.14 -> go 1.18
We will soon want to use generics and `any` which are available only for go >= 1.18 . The other changes in go.sum and go.mod are there because after just -go 1.14 +go 1.18 the build stopped to work and asked to do `go mod tidy`
Showing
Please register or sign in to comment