-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[chore] Use check-latest in actions/setup-go #4617
Conversation
When |
Done aa526b7 |
I would rather keep the minimums pegged above versions with CVEs. This will help ensure no issues are re-introduced. |
@MrAlias, what do you mean by re-introducing? A regression bug that we remove Is your intention that we bump the version each time a Go patch is released? If so then why maybe we should be pinning to the Go version instead e.g. `go-version: "1.21.3"? This would give the advantage of having more reproducible builds. |
Merging as at least the CI is quicker. I created #4639 for potentially addressing #4617 (comment). |
I would have appreciated it if all feedback was addressed prior to this merging, in accordance with our policy. |
I found it more beneficial to merge as it is and created an issue as part of addressing the feedback. I had no bad intentions 😉 |
Avoid problems like this one #4607 by using
check-latest-version
Opportunistic improvements:
cache-dependency-path
when possible