Latest release fails tests
MithicSpirit opened this issue · 1 comments
MithicSpirit commented
I believe this may be an issue with newer versions of go (tested on 1.23.2). Notably, this issue does not occur on master, so it might be time to have another release.
$ go test
go: downloading github.com/rogpeppe/go-internal v1.10.0
# github.com/rogpeppe/go-internal/testscript
../go/pkg/mod/github.com/rogpeppe/go-internal@v1.10.0/testscript/exe_go118.go:11:27: cannot use nopTestDeps{} (value of type nopTestDeps) as testing.testDeps value in argument to testing.MainStart: nopTestDeps does not implement testing.testDeps (missing method InitRuntimeCoverage)
FAIL go.senan.xyz/cliphist [build failed]
sentriz commented
thanks! should be fixed now in 0.6.0 (a release was well due anyway)