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

Could we have releases? #15

Open
qdm12 opened this issue Jun 24, 2021 · 3 comments
Open

Could we have releases? #15

qdm12 opened this issue Jun 24, 2021 · 3 comments

Comments

@qdm12
Copy link

qdm12 commented Jun 24, 2021

Could we have a releases?

Installing it with the current go get -u instruction means getting it from master, which is not ideal if a bug is introduced.
Since you are using Go modules, we can easily do go get github.com/ramya-rao-a/[email protected] to pin it.

Thanks!

@mihaitodor
Copy link

I'm getting go get github.com/ramya-rao-a/go-outline: no matching versions for query "upgrade" when trying to go get it through the Artifactory module proxy and I think it's hitting some edge case in Artifactory due to the lack of semver releases. Would be great to have a proper up-to-date semver tag published for this repo, since VSCode depends on it.

@qdm12
Copy link
Author

qdm12 commented Aug 30, 2021

Plus it really doesn't require much effort 😄

On top of that, AFAIK go-outline is still needed and not implemented in gopls so it would be nice to have semver releases. And no one else can do a PR to fix that unfortunately.

@hyangah
Copy link

hyangah commented Sep 5, 2021

go get github.com/ramya-rao-a/go-outline should work. Or, go install github.com/ramya-rao-a/go-outline@latest.
If it doesn't work with Artifactory, that's a bug in Artifactory's module proxy implementation.

And, feel free to contribute to golang/vscode-go#1020.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants