On Thu, Jun 18, 2020 at 5:31 PM Shengjing Zhu <[email protected]> wrote: [...] > > Because the version of gotestum in debian: > 1. have go.mod > 2. and declare it wants v2 > See > https://salsa.debian.org/go-team/packages/gotestsum/-/blob/debian/0.4.0-2/go.mod > > It only works when: > 1. it has go.mod > 2. and declare it wants v3 or don't declare it want any version. >
or it: 1. does not have go.mod 2. use gotest.tools, no gotest.tools/v3 -- Shengjing Zhu
