[tbb-commits] [tor-browser-build/master] Bug 40046: Use Go 1.14.x series
sysrqb at torproject.org
sysrqb at torproject.org
Mon Aug 24 18:56:43 UTC 2020
commit 2ed67f3368a9de4822ba30714f4f1c8e594454ca
Author: Georg Koppen <gk at torproject.org>
Date: Sat Aug 22 14:03:20 2020 +0000
Bug 40046: Use Go 1.14.x series
Specifically, use Go 1.14.7 for now.
Thanks, cypherpunk, for the reminder.
---
projects/go/config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projects/go/config b/projects/go/config
index 0188eb1..24ab09a 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 1.13.15
+version: 1.14.7
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var:
@@ -118,7 +118,7 @@ input_files:
enable: '[% ! c("var/linux") %]'
- URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
name: go
- sha256sum: 5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d
+ sha256sum: 064392433563660c73186991c0a315787688e7c38a561e26647686f89b6c30e3
- URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
name: go14
sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
More information about the tbb-commits
mailing list