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

Latest stable protoc version #99

Open
3 tasks done
pdebakker-auguria opened this issue Mar 20, 2024 · 1 comment
Open
3 tasks done

Latest stable protoc version #99

pdebakker-auguria opened this issue Mar 20, 2024 · 1 comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@pdebakker-auguria
Copy link
Contributor

Describe the problem

The readme states

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

Expected behavior

Version 26.0 of protoc

'arduino/setup-protoc' version

3

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest version
  • My report contains all necessary details
@pdebakker-auguria pdebakker-auguria added the type: imperfection Perceived defect in any part of project label Mar 20, 2024
@alessio-perugini
Copy link
Contributor

alessio-perugini commented Mar 20, 2024

@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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants