Skip to content

Update the installation steps to use 'go install'#111

Merged
mhagger merged 1 commit intogithub:masterfrom
rajhawaldar:master
Dec 14, 2023
Merged

Update the installation steps to use 'go install'#111
mhagger merged 1 commit intogithub:masterfrom
rajhawaldar:master

Conversation

@rajhawaldar
Copy link
Copy Markdown
Contributor

Fixes #98

As per the official go documentation: Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.

Signed-off-by: rajhawaldar <rajhawaldar.in@gmail.com>
@rajhawaldar rajhawaldar requested a review from a team as a code owner September 23, 2023 05:08
Copy link
Copy Markdown
Member

@mhagger mhagger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mhagger mhagger merged commit a4fb754 into github:master Dec 14, 2023
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

Successfully merging this pull request may close these issues.

go get: installing executables with 'go get' in module mode is deprecated

2 participants