Go Version Command Not Displaying Updated Version
Several users have encountered an issue where the go version command continues to display an outdated version after updating to Go 1.8. This discrepancy occurs despite the successful installation and verification of the new version.
Troubleshooting Steps:
Possible Solution:
In certain cases, a user discovered that updating Go through Homebrew resolved the issue:
brew update brew upgrade golang
By following these steps, you should be able to resolve the discrepancy and have the go version command display the correct version.
The above is the detailed content of Why Is My `go version` Command Showing an Outdated Version After Updating to Go 1.8?. For more information, please follow other related articles on the PHP Chinese website!