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

plugin: install tools with -mod=mod #3449

Merged
merged 2 commits into from
Sep 3, 2022

Commits on Sep 3, 2022

  1. plugin: install tools with -mod=mod

    Install tools with -mod=mod instead of -mod=readonly to avoid problem
    when some dependency of the tool being updated needs a newer version of
    Go than some other dependency while also still satisfying the original
    motivation for using the -mod flag (i.e. installing tools even when
    GOFLAGSS=-mod=vendor).
    
    Fixes fatih#3446
    bhcleek committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    1718bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a30bd4e View commit details
    Browse the repository at this point in the history