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

immediate release of new Go versions #368

Open
ap00rv opened this issue Apr 3, 2024 · 4 comments
Open

immediate release of new Go versions #368

ap00rv opened this issue Apr 3, 2024 · 4 comments

Comments

@ap00rv
Copy link

ap00rv commented Apr 3, 2024

Hello,
I noticed that goenv consumes information about newly released Go versions automatically. I also noticed there is 1 day delay between release of new Go version and its availability in goenv. I wanted to request if there is any way we can reduce this delay to couple of hours. This will help people to get security patches without waiting for an entire day. Thank you.

@ChronosMasterOfAllTime
Copy link
Collaborator

ChronosMasterOfAllTime commented Apr 24, 2024

That's fair. I wonder if there is a feed we can tie into and react on publish instead of relying on a crontab. Do you know of any?

@ap00rv
Copy link
Author

ap00rv commented Apr 24, 2024

yes, we internally use this endpoint for a tool : https://go.dev/dl/?mode=json&include=all&include=stable

you can remove &include=all to get latest two stable versions.

@ChronosMasterOfAllTime
Copy link
Collaborator

yes, we internally use this endpoint for a tool : https://go.dev/dl/?mode=json&include=all&include=stable

you can remove &include=all to get latest two stable versions.

That's what we are doing in our checker script. What I meant was the trigger instead of being a daily check, react to the actual publish from the go API if they have a feed of some kind.

@ap00rv
Copy link
Author

ap00rv commented May 8, 2024

sorry, I do not know of any such feed.

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

2 participants