You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to set up the project using make, I encounter the following error:
package google.golang.org/protobuf/proto is not a main package
make: *** [install-tools] Error 1
Environment:
Operating System: MacOS
Go Version: go1.23.1 darwin/amd64
Steps to Reproduce:
Run make in the project directory.
Observe the error message mentioned above.
Expected Behavior:
The project should build successfully without encountering errors related to the package google.golang.org/protobuf/proto.
Additional Information:
Please let me know if there are any specific dependencies or configurations required for compatibility with the Go version mentioned or any other troubleshooting steps I should follow.