protoc-gen-star icon indicating copy to clipboard operation
protoc-gen-star copied to clipboard

Pre Releases with v2.x.x-alpha Tags cannot be imported

Open asahasrabuddhe opened this issue 2 years ago • 1 comments

The Pre Releases with v2.x.x-alpha tags cannot be imported because according to go modules spec, any v2 tag should have a /v2 in the import path

asahasrabuddhe avatar Oct 03 '22 10:10 asahasrabuddhe

I am using go get github.com/lyft/protoc-gen-star@b292ea4bf330f571ee4596f3576f1d30bb94f537 as a work around

asahasrabuddhe avatar Oct 03 '22 10:10 asahasrabuddhe

I ended up reverting the other changes that warranted the v2 releases and cut a v0.6.2 release with your post-processor changes. Note that we will no longer be supporting v0 moving forward, as we're going to make the google.golang.org/protobuf changes in the existing files, as opposed to in a v2 directory as #106 and #107 had done.

pdecks avatar Dec 13 '22 19:12 pdecks