Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: f1625549 by Pier Angelo Vendrame at 2026-04-01T18:11:38+02:00 Bug 41770: Updated Go to 1.26.1. - - - - - 3 changed files: - projects/go-bootstrap/README.md - projects/go-bootstrap/config - projects/go/config Changes: ===================================== projects/go-bootstrap/README.md ===================================== @@ -10,6 +10,10 @@ However, starting with Go 1.21, So, we checked that the Go 1.23.6 binaries we produced with our old procedure at 80f16f97e7c2973e9aa4458606c9afd2c63c2d60 matched the official binaries. +Then, we checked that the Go 1.25.8 binaries produced in tor-browser-build at +7760e4679974e64d1087a98ec34324faf02bcf35 matched the official binaries, except +for the known `go.env`, which we are changing in the build script. + ## How to update 1. In `projects/go/config`, update version to the version we want to be the new ===================================== projects/go-bootstrap/config ===================================== @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 # Make sure we can reproduce the official binaries before updating. # Check README.md for more information before updating this version. -version: 1.23.6 +version: 1.25.8 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 0 @@ -11,4 +11,4 @@ input_files: name: go # Make sure we can reproduce the official binaries before updating. # Check README.md for more information before updating this hash. - sha256sum: 9379441ea310de000f33a4dc767bd966e72ab2826270e038e78b2c53c2e7802d + sha256sum: ceb5e041bbc3893846bd1614d76cb4681c91dadee579426cf21a63f2d7e03be6 ===================================== projects/go/config ===================================== @@ -1,11 +1,11 @@ # vim: filetype=yaml sw=2 -version: '1.25.8' +version: '1.26.1' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 var: - source_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e + source_sha256: 3172293d04b209dc1144698e7ba13f0477f6ba8c5ffd0be66c20fdbc9785dfbb no_crosscompile: 1 setup: | mkdir -p /var/tmp/dist View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f1... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f1... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)