This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix: latest go version requires using 'go install' instead of 'go get'. #24419
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t-nelson
reviewed
Apr 20, 2022
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
[bot only] Added to stale content; results in auto-close after a week.
label
Apr 27, 2022
mvines
reviewed
May 5, 2022
stale
bot
removed
the
stale
[bot only] Added to stale content; results in auto-close after a week.
label
May 5, 2022
thanks @backbone-link! |
mergify
bot
removed
the
automerge
Merge this Pull Request automatically once CI passes
label
May 5, 2022
automerge label removed due to a CI failure |
mvines
reviewed
May 5, 2022
mergify bot
added a commit
that referenced
this pull request
May 5, 2022
…'. (#24419) (#25009) (cherry picked from commit d75378f) Co-authored-by: Arash <[email protected]>
jeffwashington
pushed a commit
to jeffwashington/solana
that referenced
this pull request
Jun 29, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
per golang/go#40276, we need to use
go install
instead ofgo get
Summary of Changes
doc update
Fixes #