v0.43.0
Breaking x/tools upgrade
This change includes a breaking upgrade to golang.org/x/tools
Please make sure to upgrade x/tools to version v0.15.0 to ensure compatibility with rules_go's NoGo.
If you need to use an older version of x/tools (v0.13.0 or earlier), apply the following patch to rules_go:
x-tools.patch
What's Changed
- Test BCR test module on macos_arm64 by @fmeum in #3715
- update documentation for
0.42.0release by @tyler-french in #3716 - add netrc support to go_download_sdk by @justinwon777 in #3718
- Temporarily disable Bzlmod explicitly by @fmeum in #3720
- Fix urls used to get auth in go_download_sdk by @justinwon777 in #3724
- Include
go.envin//gorunfiles by @fmeum in #3722 - Update arm platform constraint to latest value in bazel. by @BryanDClark in #3734
- Add toolchain param to affected actions by @kotlaja in #3740
- upgrade tools by @hawkingrei in #3730
- Also take library deps like srcs into account in go context by @mering in #3725
- Add go_cross_binary to README by @jfirebaugh in #3744
- Update
bazel_featuresto v1.1.1 by @fmeum in #3747 - builder: Make paths absolute for stdliblist (#1357) by @zecke in #3748
- feat(gopackagesdriver): add base test case for go packages driver by @JamyDev in #3743
- Fix bazel query scope not being used by @rastenis in #3688
- Add support for
xtestpackages in Go Packages Driver by @JamyDev in #3750 - upgrade x/tools to 0.15.0 by @tyler-french in #3751
- bug fix: parse embeds in files that contain the double quote rune by @andyscott in #3672
- prepare release 0.43.0 by @tyler-french in #3745
New Contributors
- @justinwon777 made their first contribution in #3718
- @BryanDClark made their first contribution in #3734
- @kotlaja made their first contribution in #3740
- @rastenis made their first contribution in #3688
- @andyscott made their first contribution in #3672
Full Changelog: v0.42.0...v0.43.0