Closed noahdietz closed 7 months ago
Some how, the protobuf-go dep was changed to a tag+digest - this is basically depending on HEAD.
Fixed by running go get google.golang.org/protobuf@latest to change it back to the tagged release.
go get google.golang.org/protobuf@latest
Some how, the protobuf-go dep was changed to a tag+digest - this is basically depending on HEAD.
Fixed by running
go get google.golang.org/protobuf@latest
to change it back to the tagged release.