-
Notifications
You must be signed in to change notification settings - Fork 523
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
udpatecli: support bump golang for 7.17 #13559
Conversation
This pull request does not have a backport label. Could you fix it @v1v? 🙏
NOTE: |
- uses: actions/checkout@v4 | ||
with: | ||
ref: '7.17' |
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.
This is the reason I cannot test my changes using a feature branch and I also need to backport the changes to 7.17
.
(cherry picked from commit 6e8f871) # Conflicts: # .github/workflows/bump-golang.yml
(cherry picked from commit 6e8f871) # Conflicts: # .github/workflows/bump-golang.yml
) * udpatecli: support bump golang for 7.17 (#13559) (cherry picked from commit 6e8f871) # Conflicts: # .github/workflows/bump-golang.yml * Apply suggestions from code review --------- Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
) * udpatecli: support bump golang for 7.17 (#13559) (cherry picked from commit 6e8f871) # Conflicts: # .github/workflows/bump-golang.yml * Apply suggestions from code review --------- Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Motivation/summary
7.17 branch uses a different go-version, let's enable the auto-bump
Checklist
For functional changes, consider:
How to test these changes
Locally using the
updatecli
or in the CI using a feature branch:But it requires to checkout the 7.17 branch too, so we need to test it out after merging it
Related issues