aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/assets')
-rw-r--r--infra/bots/assets/go/VERSION2
-rwxr-xr-xinfra/bots/assets/go/create.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/assets/go/VERSION b/infra/bots/assets/go/VERSION
index c227083464..56a6051ca2 100644
--- a/infra/bots/assets/go/VERSION
+++ b/infra/bots/assets/go/VERSION
@@ -1 +1 @@
-0 \ No newline at end of file
+1 \ No newline at end of file
diff --git a/infra/bots/assets/go/create.py b/infra/bots/assets/go/create.py
index 6ea94147e5..deeaf11b6c 100755
--- a/infra/bots/assets/go/create.py
+++ b/infra/bots/assets/go/create.py
@@ -12,7 +12,7 @@
import argparse
import subprocess
-GO_URL = "https://storage.googleapis.com/golang/go1.6.3.linux-amd64.tar.gz"
+GO_URL = "https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz"
def create_asset(target_dir):
"""Create the asset."""