Closed vearutop closed 3 years ago
In order to maintain backwards build compatibility with applications built with older versions of Go this PR removes go 1.11 statement from go.mod until go1.16 becomes minimal supported version of Go.
go 1.11
go.mod
go1.16
Go
See https://github.com/golang/go/issues/43980 for relevant discussion.
In order to maintain backwards build compatibility with applications built with older versions of Go this PR removes
go 1.11
statement fromgo.mod
untilgo1.16
becomes minimal supported version ofGo
.See https://github.com/golang/go/issues/43980 for relevant discussion.