update go version

This commit is contained in:
epi
2020-08-06 18:53:04 -05:00
parent f4162631df
commit 582ec4f208

View File

@@ -1,7 +1,7 @@
installed: false
bashrc: &bashrc !join_path [!get_default "{home}", .bashrc]
path: &gotool !join_path [!get_default "{goroot}", go/bin/go]
dlpath: &dlpath !join_empty ["https://dl.google.com/go/go1.14.4.linux-", !get_default "{arch}", ".tar.gz"]
dlpath: &dlpath !join_empty ["https://dl.google.com/go/go1.14.6.linux-", !get_default "{arch}", ".tar.gz"]
install_commands:
- !join ["wget -q", *dlpath, "-O /tmp/go.tar.gz"]