Last active
November 27, 2021 00:00
-
-
Save MoltenCoreDev/ff18633e24486437f76176407f413dc4 to your computer and use it in GitHub Desktop.
go.json
This file contains hidden or 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
{ | |
"name": "Go", | |
"version": "1.17", | |
"src": "https://go.dev/dl/go1.17.3.linux-amd64.tar.gz", | |
"cmd": [ | |
"tar -xvzf /tmp/go.tar.gz -C /tmp", | |
"mkdir -p /tmp/gobins", | |
"mv /tmp/go/bin/go /tmp/gobins/", | |
"mv /tmp/go/bin/gofmt /tmp/gobins/" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment