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

Update installation command to use "go install" instead of "go get"(deprecated) in README.md file #437

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

priyanshujain
Copy link
Contributor

Starting in Go 1.17, installing executables with go get is deprecated. go install should be used instead.

This closes #436

@CLAassistant
Copy link

CLAassistant commented Jul 13, 2023

CLA assistant check
All committers have signed the CLA.

@anniel-stripe
Copy link
Contributor

Thank you for the contribution!

@anniel-stripe anniel-stripe enabled auto-merge (squash) July 13, 2023 17:18
@anniel-stripe anniel-stripe merged commit f63874c into stripe:master Jul 13, 2023
1 check passed
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.

Update README with 'go install' instructions
3 participants