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

Use 'go install' instead of 'go get' #2161

Merged
merged 1 commit into from Dec 15, 2021

Commits on Dec 15, 2021

  1. Use 'go install' instead of 'go get'

    `go install` is the recommended way to install modules starting from go 1.16.
    In go 1.18 `go get` cannot be used anymore to install packages [1]. go 1.18 is
    not released yet.
    
    [1] https://tip.golang.org/doc/go1.18#go-command
    schmir committed Dec 15, 2021
    Copy the full SHA
    379db4c View commit details
    Browse the repository at this point in the history