Navigation Menu

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

x/vgo: Should 'vgo vet' notify about outdated package versions? #24065

Closed
michael-schaller opened this issue Feb 23, 2018 · 1 comment
Closed
Milestone

Comments

@michael-schaller
Copy link
Contributor

I'd like to somehow get notified if newer package versions are available. I wonder if 'vgo vet' would be a good place for that check.

@gopherbot gopherbot added this to the vgo milestone Feb 23, 2018
@rsc
Copy link
Contributor

rsc commented Mar 30, 2018

Vet is about code correctness, not update checking. Use vgo list -m -u.

@rsc rsc closed this as completed Mar 30, 2018
@golang golang locked and limited conversation to collaborators Mar 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants