Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/release: use macOS 10.15 (Catalina) for releases
This builder has Xcode installed instead of just the command-line tools. Because the SDKs are absent when just the command-line tools are installed, no base SDK version is being set in the go binary (it uses external linking) and codesign was printing a warning about library validation. Updating to use this builder gets rid of that warning. Updates golang/go#35459 Change-Id: Ib548c998042f499c2d57324e9a8746594ea7060d Reviewed-on: https://go-review.googlesource.com/c/build/+/208268 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
- Loading branch information