less verbose output
[buildscripts] / go
diff --git a/go b/go
index eb86add76d56653f26c924a8a23490657add80fa..ddda94588f47e3817ce00ad3105c9865bc3fe9aa 100755 (executable)
--- a/go
+++ b/go
@@ -33,7 +33,7 @@ if (( $(stat -c %Y FETCH_HEAD) < yesterday )); then
     else
       timestamp=0
     fi
-    m wget -N https://dl.google.com/go/$f || ret=$?
+    m wget -nv -N https://dl.google.com/go/$f || ret=$?
   }
   dl
   # 8 is return code for 404. for a new release, they might not have a binary out yet