Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | Update go-tools to 2020.2.1 | Tamir Duberstein | |
...and a bunch of other things as I worked through the rot. Notably: - Upgrade to bazel 4.0.0 - Upgrade to Go 1.15.7 Remove go_branch stderr suppression; this made it quite difficult to see what was failing while developing this patch. PiperOrigin-RevId: 355257833 | |||
2021-02-02 | Remove go_tool_library references. | Adin Scannell | |
This is required only for the built-in bazel nogo functionality. Since we roll these targets manually via the wrappers, we don't need to use go_tool_library. The inconsistent use of these targets leads to conflicting instantiations of go_default_library and go_tool_library, which both contain the same output files. PiperOrigin-RevId: 355184975 |