-
Notifications
You must be signed in to change notification settings - Fork 83
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
go.mod: relax the Go version #23
base: master
Are you sure you want to change the base?
Conversation
Related to: grpc/grpc-go#7831 We have also similar issues in OpenTelemetry and other open source repositories. Related comments: |
This PR (HEAD: 4b247fb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/mod/+/642200. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/642200. |
Message from Pellared: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/642200. |
Message from Pellared: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/642200. |
Message from Pellared: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/642200. |
Message from Pellared: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/642200. |
Reverts CL 605935.
The toolchain issue should not be the reason to bump
the required Go version.
https://go.dev/ref/mod does not recommend setting the patch
version in the go directive.