Skip to content

Fix go: no such tool "covdata"#84

Merged
mathieu-benoit merged 1 commit intomainfrom
fix-go-cov
Apr 5, 2026
Merged

Fix go: no such tool "covdata"#84
mathieu-benoit merged 1 commit intomainfrom
fix-go-cov

Conversation

@mathieu-benoit
Copy link
Copy Markdown
Contributor

@mathieu-benoit mathieu-benoit commented Apr 5, 2026

Fix go: no such tool "covdata", by doing this:

go env -w GOTOOLCHAIN="$(shell go env GOVERSION)+auto"

Also take the opportunity to update toolchain to go1.26.1:

go mod edit -toolchain go1.26.1
go get -u all
go mod tidy

Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
@mathieu-benoit mathieu-benoit linked an issue Apr 5, 2026 that may be closed by this pull request
@mathieu-benoit mathieu-benoit merged commit 960713e into main Apr 5, 2026
6 checks passed
@mathieu-benoit mathieu-benoit deleted the fix-go-cov branch April 5, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make test is failing with go: no such tool "covdata"

1 participant