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

udpatecli: support bump golang for 7.17 #13559

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Conversation

v1v
Copy link
Member

@v1v v1v commented Jul 3, 2024

Motivation/summary

7.17 branch uses a different go-version, let's enable the auto-bump

Checklist

For functional changes, consider:

  • Is it observable through the addition of either logging or metrics?
  • Is its use being published in telemetry to enable product improvement?
  • Have system tests been added to avoid regression?

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

Copy link
Contributor

mergify bot commented Jul 3, 2024

This pull request does not have a backport label. Could you fix it @v1v? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.

NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Jul 3, 2024
@v1v v1v added backport-7.17 Automated backport with mergify to the 7.17 branch backport-8.14 Automated backport with mergify and removed backport-skip Skip notification from the automated backport with mergify labels Jul 3, 2024
@v1v v1v self-assigned this Jul 3, 2024
@v1v v1v added the github_actions Pull requests that update GitHub Actions code label Jul 3, 2024
@v1v v1v marked this pull request as ready for review July 3, 2024 14:12
@v1v v1v requested a review from a team as a code owner July 3, 2024 14:12
@v1v v1v requested a review from a team July 3, 2024 14:12
Comment on lines +29 to +31
- uses: actions/checkout@v4
with:
ref: '7.17'
Copy link
Member Author

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.

@v1v v1v merged commit 6e8f871 into main Jul 3, 2024
11 checks passed
@v1v v1v deleted the feature/auto-bump-golang-7.x branch July 3, 2024 14:32
mergify bot pushed a commit that referenced this pull request Jul 3, 2024
(cherry picked from commit 6e8f871)

# Conflicts:
#	.github/workflows/bump-golang.yml
mergify bot pushed a commit that referenced this pull request Jul 3, 2024
(cherry picked from commit 6e8f871)

# Conflicts:
#	.github/workflows/bump-golang.yml
mergify bot added a commit that referenced this pull request Jul 3, 2024
)

* 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>
mergify bot added a commit that referenced this pull request Jul 3, 2024
)

* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-7.17 Automated backport with mergify to the 7.17 branch backport-8.14 Automated backport with mergify github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants