commit | 24f7399f96feb8dd2fc54f064e47a886c2f8bb4a | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Mon Feb 22 11:51:27 2016 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Tue Mar 15 00:29:45 2016 +0000 |
tree | 7a057ad2c5e0289f5259c1ff02958f5c672eb1ea | |
parent | 59077b03e8bc6f8b46181f2fd117c8fa4be1b3ce [diff] |
cmd/release: upload file.sha256 alongside release binaries This makes it easier to programmatically verify the integrity of the binaries. Fixes golang/go#14385 Change-Id: Ie3688d9b07412018b74d6189ab0d7bc72ef50398 Reviewed-on: https://go-review.googlesource.com/19783 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>