This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/main by this push: new 6d159b0b Bug 40464: Upgrade to go 1.19.2 6d159b0b is described below
commit 6d159b0b4c26dae209bc4434dc828855408f1cf9 Author: Dan Ballard dan@mindstab.net AuthorDate: Wed Oct 19 16:04:04 2022 -0700
Bug 40464: Upgrade to go 1.19.2 --- projects/go/config | 4 ++-- projects/goxsys/config | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/projects/go/config b/projects/go/config index 8578a6b4..ea3c6c36 100644 --- a/projects/go/config +++ b/projects/go/config @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 1.17.13 +version: 1.19.2 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' container: use_container: 1 @@ -123,7 +123,7 @@ input_files: - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% ! c("var/android") %]' name: go - sha256sum: a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd + sha256sum: 2ce930d70a931de660fdaf271d70192793b1b240272645bf0275779f6704df6b - URL: 'https://golang.org/dl/go%5B% c("version") %].src.tar.gz' enable: '[% c("var/android") %]' name: go diff --git a/projects/goxsys/config b/projects/goxsys/config index 470cf61c..9b524e87 100644 --- a/projects/goxsys/config +++ b/projects/goxsys/config @@ -1,7 +1,8 @@ # vim: filetype=yaml sw=2 version: '[% c("abbrev") %]' git_url: https://github.com/golang/sys -git_hash: fae7ac547cb717d141c433a2a173315e216b64c4 +# hash at the top of the internal-branch.go1.19-vendor branch +git_hash: 6c1b26c55098eae66ce95ab7c3712ab6cbfff2b7 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' container: use_container: 1
tor-commits@lists.torproject.org