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

gk at torproject.org gk at torproject.org
Tue Aug 27 06:44:04 UTC 2019


commit c8b281ca4609c3d86b30f102f90a26440679c3ea
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 c039b04..34aea9a 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 1.11.5
+version: 1.12.9
 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 
 var:
@@ -87,7 +87,7 @@ input_files:
     enable: '[% c("var/windows") || c("var/osx") %]'
   - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
     name: go
-    sha256sum: bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e
+    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