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
To get the latest stable version of protoc just add this step:
- name: Install Protoc
uses: arduino/setup-protoc@v3
But this installs version 23.4, while the latest version is 26.0.
When I look at the default version value in action.yml, I see it is set to 23.x.
Is it possible to update this version, and maybe even somehow always get the latest value without having to hardcode it?
To reproduce
use arduino/setup-protoc@v3
this gives protoc with version 23.x
@pdebakker-auguria Absolutely! Right now, I cannot guarantee that we have enough bandwidth to work on this in the upcoming days. 🙏
If you or someone else would like to contribute to this would be awesome! 🤩
Regardless of who will implement this, I'll give here some implementation notes:
Describe the problem
The readme states
But this installs version 23.4, while the latest version is 26.0.
When I look at the default version value in action.yml, I see it is set to 23.x.
Is it possible to update this version, and maybe even somehow always get the latest value without having to hardcode it?
To reproduce
use
arduino/setup-protoc@v3
this gives protoc with version 23.x
Expected behavior
Version 26.0 of protoc
'arduino/setup-protoc' version
3
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: