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

Add get_go_version #48

Open
fabiencelier opened this issue Nov 10, 2019 · 0 comments
Open

Add get_go_version #48

fabiencelier opened this issue Nov 10, 2019 · 0 comments
Labels
✨ new tool Support for new a tool or language

Comments

@fabiencelier
Copy link
Owner

fabiencelier commented Nov 10, 2019

On my ubuntu I can do go version which returns :
go version go1.12.10 linux/amd64

other Ubuntu results found on SO :
go version go1.1.1 linux/amd64
go version go1.6beta1 linux/amd64

Also version with only major minor on medium :
go version go1.8 linux/amd64

Windows looks similar on this blog
go version go1.10 windows/amd64

And apparently similar on macos :
go version go1.13.3 darwin/amd64

Beta version : go version go1.11beta1 darwin/amd64

Could not find any alpha or rc

@fabiencelier fabiencelier added the ✨ new tool Support for new a tool or language label Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ new tool Support for new a tool or language
Projects
None yet
Development

No branches or pull requests

1 participant