Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build-proto target in Makefile to use the same version used for the creation of the *.pb.go files #120

Open
gab-arrobo opened this issue Nov 6, 2024 · 0 comments

Comments

@gab-arrobo
Copy link
Contributor

gab-arrobo commented Nov 6, 2024

The build-proto target in Makefile needs to be accordingly updated because it is currently using an old Docker image to create the GO code from proto files. Below are the versions used to create the latest code:

// versions:
// 	protoc-gen-go v1.35.1
// 	protoc        v5.28.2
// source: pfcpsim.proto

Because of the discrepancy of the (old) version used by build-proto, newer images are not getting push to registries (DockerHub, Aether)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant