Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Installation capability is deprecated from go get. Need to use go install instead.#242

Open
iamaliyousefi wants to merge 1 commit intoAzure:masterfrom
iamaliyousefi:feature/go-install-instead-of-go-get
Open

Installation capability is deprecated from go get. Need to use go install instead.#242
iamaliyousefi wants to merge 1 commit intoAzure:masterfrom
iamaliyousefi:feature/go-install-instead-of-go-get

Conversation

@iamaliyousefi
Copy link
Copy Markdown

"Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead."
Source: https://golang.org/doc/go-get-install-deprecation

The -i flag for go install is also deprecated and go install is enough.

Tested with go1.17.2

Enhancement

  • [x ] All tests passed
  • Add change to changelog.md

Environment

  • OS: Linux/amd64 (Fedora 35)
  • Go version: 1.17.2

…l instead.

"Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead."
Source: https://golang.org/doc/go-get-install-deprecation

The -i flag for go install is also deprecated and go install is enough.
@iamaliyousefi iamaliyousefi changed the title Installation capability is removed from go get. Need to use go install instead. Installation capability is deprecated from go get. Need to use go install instead. Nov 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant