-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
goPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
make test is failing with go: no such tool "covdata", we need to fix this.
Described here: golang/go#75031.
Got the error with 1.25.0 but still getting the same error with 1.25.1... not sure what I'm missing:
$ go version
go version go1.25.1 linux/amd64
$ make test
go vet ./...
go test ./... -cover -race
# github.com/score-spec/score-implementation-sample/cmd/score-implementation-sample
go: no such tool "covdata"
Metadata
Metadata
Assignees
Labels
goPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed