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

[8.x](backport #41563) Put full version of Go in go.mod while updating #41566

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 8, 2024

The previous configuration was always replacing the full version of Go with a minor version: 1.22.8 -> 1.22.

Newer versions of Go now put the full version value in go.mod. This leads to our CI failing because go mod tidy causes a change in go.mod.

This is to fix those failures.


This is an automatic backport of pull request #41563 done by Mergify.

The previous configuration was always replacing the full version of Go
with a minor version: 1.22.8 -> 1.22.

Newer versions of Go now put the full version value in `go.mod`. This leads
to our CI failing because `go mod tidy` causes a change in `go.mod`.

This is to fix those failures.

(cherry picked from commit bfaa70f)
@mergify mergify bot requested review from a team as code owners November 8, 2024 13:28
@mergify mergify bot added the backport label Nov 8, 2024
@mergify mergify bot assigned rdner Nov 8, 2024
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Nov 8, 2024
@botelastic
Copy link

botelastic bot commented Nov 8, 2024

This pull request doesn't have a Team:<team> label.

@rdner rdner enabled auto-merge (squash) November 8, 2024 13:31
@rdner rdner closed this Nov 8, 2024
auto-merge was automatically disabled November 8, 2024 13:35

Pull request was closed

@rdner
Copy link
Member

rdner commented Nov 8, 2024

No need to backport, it's running from the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant