Open isabelroses opened 3 weeks ago
Hello! Unfortunately go 1.13 is well past end of life now. It was end of line on 2020-08-11 when go1.15 was released.
Very soon we're going to be increasing the minimum required version go 1.18+ to make use of new features.
If you need to use an old Go version for some reason I suggest using a pre-compiled binary release of gotestsum
. You can find those here.
Using go 1.13 fails to build on the latest release. I am mainly asking for new patch release containing the changes to the
go.mod
file.