[tor-commits] [tor-browser-build/master] Bug 31465: Bump Go to 1.12.9

boklm at torproject.org boklm at torproject.org
Wed Aug 21 19:02:09 UTC 2019


commit e9ff8677a5ab59325bcf435fa92e06ba73d67f2f
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Aug 20 08:17:15 2019 +0000

    Bug 31465: Bump Go to 1.12.9
    
    This is not only a fix for macOS notarization related issues but picks
    up security fixes as well (see: #31456).
---
 projects/go/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/go/config b/projects/go/config
index c2baeca..fd96bb6 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.12.5
+version: 1.12.9
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 
 var:
@@ -91,7 +91,7 @@ input_files:
     enable: '[% c("var/windows") || c("var/osx") %]'
   - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
     name: go
-    sha256sum: 2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8
+    sha256sum: ab0e56ed9c4732a653ed22e232652709afbf573e710f56a07f7fdeca578d62fc
   - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
     name: go14
     sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959



More information about the tor-commits mailing list