-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: 'go list' should support -u=patch #41006
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
Labels
Milestone
Comments
Honestly, I'm surprised that |
Change https://go.dev/cl/432536 mentions this issue: |
jeanbza
added a commit
to jeanbza/go
that referenced
this issue
Sep 21, 2022
Fixes golang#41006 Change-Id: I52fb3a9525ccdacd9d4ed237ce62193c5f9c1551
jeanbza
added a commit
to jeanbza/go
that referenced
this issue
Sep 22, 2022
Fixes golang#41006 Change-Id: I52fb3a9525ccdacd9d4ed237ce62193c5f9c1551
@bcmills , seems like the review is stuck on waiting for your reply. Could you come back to it when it'll be convenient for you? |
Marking as duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Background
Currently, it is not possible to list available update module only for patch.
For example:
I want to know if a new patch version if available (here v1.3.7 and not v1.4.0), but I don't know how to do.
The given example here https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies is for direct with minor and patch (I just want patch). And yet, the v1.3.7 has been released (https://pkg.go.dev/mod/go.mongodb.org/[email protected]).
Description
I propose to add -u=patch (as already proposed for
go get
)The text was updated successfully, but these errors were encountered: