rillig / gobco

Measure branch coverage of golang tests
62 stars 12 forks source link

Add to installation instruction example for Go 1.17 #21

Closed oneumyvakin closed 2 years ago

oneumyvakin commented 2 years ago

STEPS TO REPRODUCE

  1. Use Go 1.17
go version
go version go1.17 windows/amd64
  1. go get github.com/rillig/gobco

ACTUAL RESULT

go get github.com/rillig/gobco
go: downloading github.com/rillig/gobco v0.10.2
go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

EXPECTED RESULT Documentation is aware about Go 1.17 and suggest to use go install github.com/rillig/gobco@latest

rillig commented 2 years ago

Thank you for the detailed instructions, they made it easy to update the documentation appropriately.