Skip to content

installation: improve tool installation process #47

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

Closed
stamblerre opened this issue May 15, 2020 · 2 comments
Closed

installation: improve tool installation process #47

stamblerre opened this issue May 15, 2020 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@stamblerre
Copy link
Contributor

stamblerre commented May 15, 2020

Some ideas:

  • Make sure all tools that can be installed with modules
  • Consider using one of the newest stable Go versions to build tools regardless what target go version user is using for the project.
  • Consider pinning tools at specific major versions to avoid breakages (an idea, not necessarily something I'm advocating for)
  • Any tool that self-reports its version should be used to offer upgrades (like is done for gopls)

I'm sure there are other improvements we can make, so please add more here.

@stamblerre stamblerre added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 15, 2020
@stamblerre
Copy link
Contributor Author

Also, see @hyangah's suggestions on #66.

@gopherbot gopherbot added this to the Untriaged milestone Apr 8, 2021
@stamblerre stamblerre modified the milestones: Untriaged, Backlog Apr 9, 2021
@hyangah
Copy link
Contributor

hyangah commented Apr 15, 2022

We are using module mode already.
We will pin the versions of tools to handle compatibility and security - which will be tracked in golang/go#52017

Closing.

@hyangah hyangah closed this as completed Apr 15, 2022
@golang golang locked and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants