-
Notifications
You must be signed in to change notification settings - Fork 350
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
feat(build): Golang 1.17 #3432
feat(build): Golang 1.17 #3432
Conversation
3f20232
to
ebb067a
Compare
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.
Put a few comments. Let me know if they are not relevant.
I've made some important change to how we interact with codegen tools. Now we install them in order to make sure we use the proper version. Thanks for your suggestions @tadayosi, feel free to have a further look now. |
... which were missing it
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.
Thanks!
With this PR we requires Golang 1.17 minimum version for build. Codegen tools are always installed in order to make sure to use the expected version (instead of using the cached one that may become obsolete).
Supersede #3426
Release Note