-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
cmd/go/internal/modfetch/codehost: test fails with git 2.47.1 #71261
Comments
@gopherbot Please open backport issues This test is failing with older versions of Go, presumably because of a newer versions of git. We should backport the fix to supported versions, so that people using older Go versions don't complain when the update to a newer version of git. |
Backport issue(s) opened: #71262 (for 1.22), #71263 (for 1.23). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
Change https://go.dev/cl/642377 mentions this issue: |
Change https://go.dev/cl/642437 mentions this issue: |
Go version
HEAD
Output of
go env
in your module/workspace:What did you do?
(This is run as part of all.bash).
What did you see happen?
What did you expect to see?
This test has started failing with earlier versions of Go as well. My assumption is that it is due to an updated version of git on my system.
The text was updated successfully, but these errors were encountered: