-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Updated: go & Dockerfile #9
Conversation
The go directive in go.mod is only specified to the MINOR. After changing it to |
Fix go.mod go directive, run go mod tidy
Thank you :) |
Hm, for some reason I'm getting the following when trying to build the Dockerfile locally:
Let me try to figure out whether this is caused by the Go version update and how we can fix it |
Okay, it's the update of |
This was a bit of a fight (code generation is exhausting), but I think I got everything working and tidy. After downloading all the protobuf packages on my PC and adding
to This comment had the solution, I needed to add The diff of the *.proto.pb files is bigger than I had hoped for, but everything appears to work, both inside and outside of the Docker container. There's a chance this script hasn't been run in an eternity, with very outdated protobuf compilers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤞
I have updated the go-module to the latest version and set the dockerfile to golang 1.17.1. We should now be up-to-date again