• Kirill Smelkov's avatar
    go/go.mod: v↑ go 1.14 -> go 1.18 · e9dc7527
    Kirill Smelkov authored
    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`
    e9dc7527
go.mod 1 KB