chore(deps): update dependency io_bazel_rules_go to v0.42.0 #195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.41.0
->v0.42.0
Release Notes
bazelbuild/rules_go (io_bazel_rules_go)
v0.42.0
Compare Source
What's Changed
Added
patches
togo_download_sdk
:Patches can now be applied to the standard library using
go_download_sdk
(andgo_sdk.download
for Bzlmod).Example:
Other changes included:
d1da1bb
Infer importpath if not set explicitly by @mering (#3705)7309aba
Markgo_sdk
module extension as{os,arch}_dependent
by @fmeum (#3703)09a206c
Symlink all SDK files withgo_local_sdk
by @fmeum (#3696)9ebc93c
[go_sdk download] allow patches to standard library by @tyler-french (#3684)f03a723
bzltestutil: move os.Chdir call into new package by @jayconrod (#3681)a8cb4b7
bzltestutil: set importmap to fix run_dir by @jayconrod (#3679)85f2440
Fix: update gomock.bzl by poping incompatible argument by @yongruilin (#3674)5206498
use carved out module for x/tools/go/vcs by @malt3 (#3671)2e821f6
cgo packages with assembly: Support CGO_ENABLED=0 by @evanj (#3661)f64211a
bzlmod: Add missing experiments and strip_prefix arguments by @fmeum (#3443) (#3663)0da92cd
go_context: set GOTOOLCHAIN to 'local' by @sluongng (#3660)edf5b64
compilepkg: cgo assembly uses the C compiler by @evanj (#3648)6e10f8c
go/tools/gopackagesdriver: pass Compiler and Arch in DriverResponse by @matloob (#3657)f5ae196
[proto] Allow multiple outputs from a proto compiler by @tingilee (#3650)57ef719
Add pgo support for go 1.20 by @prestonvanloon (#3641)ce32021
Migrateexec_tools
totools
ongenrule
by @fmeum (#3638)98165a6
Honor//go/config:linkmode
forgo_test
by @fmeum (#3629)61c1e91
Fix//go/config:linkmode
flag value not being effective by @fmeum (#3627)b0a9851
Remove deprecated rules by @sluongng (#3538)d2a3cf2
Fix compilation_outputs_test on Windows with latest Bazel by @fmeum (#3623)Full Changelog: bazel-contrib/rules_go@v0.41.0...v0.42.0
WORKSPACE
codeConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.