googleapis / api-linter

A linter for APIs defined in protocol buffers.
https://linter.aip.dev/
Apache License 2.0
600 stars 144 forks source link

chore(deps): fix protobuf-go dep #1381

Closed noahdietz closed 7 months ago

noahdietz commented 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.