From 582ec4f2085448efc7a87724dda7f7622b4466d3 Mon Sep 17 00:00:00 2001 From: epi Date: Thu, 6 Aug 2020 18:53:04 -0500 Subject: [PATCH] update go version --- pipeline/tools/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/tools/go.yaml b/pipeline/tools/go.yaml index 2a7df19..de58172 100644 --- a/pipeline/tools/go.yaml +++ b/pipeline/tools/go.yaml @@ -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"]