dave / courtney

Courtney is a coverage tool for Go
MIT License
168 stars 27 forks source link

Update golang.org/x/tools for go 1.20 #34

Closed orius123 closed 1 year ago

orius123 commented 1 year ago

Fixes https://github.com/dave/courtney/issues/33 For me The error I got was internal error: package "embed" without types was imported from "github.com...

dave commented 1 year ago

I've merged with master... If someone else can test and let me know if it works I'll tag the release.

orius123 commented 1 year ago

Thanks for the fast response, and for this great project!!

a4z commented 1 year ago

I am unable to install that version?

go install github.com/dave/courtney@latest

I always end up with a

go: downloading github.com/dave/courtney v0.4.0

how can I get that one with this change?

orius123 commented 1 year ago

go install github.com/dave/courtney@master

a4z commented 1 year ago

awesome, thank you!

works for me now also.

DarrenJiang13 commented 1 year ago

awesome, thank you! This really saves my day.

bkmeneguello commented 7 months ago

@Dave Could you, please, create a tag for the latest commits? It's a bit unsafe using @master on my CI. Thanks in advance!

dave commented 7 months ago

Done!