chore(deps): update dependency io_bazel_rules_go to v0.50.1 #659
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.43.0
->v0.50.1
Release Notes
bazelbuild/rules_go (io_bazel_rules_go)
v0.50.1
Compare Source
WORKSPACE
codeFixes Included:
#4081
#4082
#4083
Full Changelog: bazel-contrib/rules_go@v0.50.0...v0.50.1
v0.50.0
Compare Source
WORKSPACE
codeWhat's Changed
New Contributors
Full Changelog: bazel-contrib/rules_go@release-0.49...release-0.50
v0.49.0
Compare Source
WORKSPACE
codeWhat's Changed
bazel mod tidy
in@rules_go//go
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3927purego
tag whenpure
(#3901)" by @fmeum in https://github.com/bazelbuild/rules_go/pull/3961go_sdk.host()
in bzlmod.md (see #713) by @vorburger in https://github.com/bazelbuild/rules_go/pull/3968fs.FS
implementation torunfiles
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3969New Contributors
Full Changelog: bazel-contrib/rules_go@v0.48.0...v0.49.0
v0.48.1
Compare Source
WORKSPACE
codeFull Changelog: bazel-contrib/rules_go@v0.48.0...v0.48.1
v0.48.0
Compare Source
Important Changes!
--incompatible_enable_proto_toolchain_resolution
is now supported inrules_go
. This means that protoc should now be supplied as a toolchain.protoc
can be registered using https://github.com/aspect-build/toolchains_protoc, or a local proto toolchain can be added.rules_proto
6.0.0 is required to use Go proto rules.WORKSPACE
codeWhat's Changed
purego
tag whenpure
by @mattyclarkson in https://github.com/bazelbuild/rules_go/pull/3901--incompatible_enable_proto_toolchain_resolution
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3919New Contributors
Full Changelog: bazel-contrib/rules_go@v0.47.1...v0.48.0
v0.47.1
Compare Source
WORKSPACE
codeWhat's Changed
New Contributors
Full Changelog: bazel-contrib/rules_go@v0.47.0...v0.47.1
v0.47.0
Compare Source
WORKSPACE
codeWhat's Changed
presubmit.yml
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3861"main"
) importpath to nogo formain
package by @Strum355 in https://github.com/bazelbuild/rules_go/pull/3863//go
stricter by @fmeum in https://github.com/bazelbuild/rules_go/pull/3867bazel_features
transitive.bzl
s tobzl_library
targets by @fmeum in https://github.com/bazelbuild/rules_go/pull/3903go_sdk
extension asreproducible
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3911go_env
in@rules_go//go
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3909New Contributors
Full Changelog: bazel-contrib/rules_go@v0.46.0...v0.47.0
v0.46.0
Compare Source
WORKSPACE
codeWhat's Changed
GOARM
architecture levels via platform constraints by @LINKIWI in https://github.com/bazelbuild/rules_go/pull/3837New Contributors
Full Changelog: bazel-contrib/rules_go@v0.45.1...v0.46.0
v0.45.1
Compare Source
WORKSPACE
codeWhat's Changed
layering_check
feature in CGo tests by @fmeum in https://github.com/bazelbuild/rules_go/pull/3829.go
file filtering for nogo by @fmeum in https://github.com/bazelbuild/rules_go/pull/3832Full Changelog: bazel-contrib/rules_go@v0.45.0...v0.45.1
v0.45.0
Compare Source
WORKSPACE
codeWhat's Changed
//proto:go_grpc
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3818COVERAGE_DIR
env variable by @fmeum in https://github.com/bazelbuild/rules_go/pull/3820New Contributors
Full Changelog: bazel-contrib/rules_go@v0.44.2...v0.45.0
v0.44.2
Compare Source
WORKSPACE
codeWhat's Changed
Full Changelog: bazel-contrib/rules_go@v0.44.1...v0.44.2
v0.44.1
Compare Source
Why a patch release
This patch release is to include bazel-contrib/rules_go@43c40a9 which reverts a change to forcefully upgrade genproto transitively, which is causing linker failures since
google.golang.org/genproto/googleapis/rpc
was separated fromgoogle.golang.org/genproto
WORKSPACE
codeWhat's Changed
@rules_go//go
file path end with/bin/go
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3791runfiles.Env
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3778--nolegacy_external_runfiles
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3795Full Changelog: bazel-contrib/rules_go@v0.44.0...v0.44.1
v0.44.0
Compare Source
IMPORTANT CHANGES
Tests now call
panic()
when they timeoutThis means there is a running goroutine (which will fail goleak detection)
This also means there may be some different behavior when calling
SIGTERM
directly from within a test.For more information see: https://github.com/bazelbuild/rules_go/pull/3749
Bzlmod support for
nogo
This can be added in your
MODULE.bazel
file:For more information see https://github.com/bazelbuild/rules_go/pull/3782
WORKSPACE
codeWhat's Changed
tools.go
trick to makego.mod
work withgo mod tidy
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3775aux_files
relative paths for gomock source mocks (fix #3752) by @ikavalio in https://github.com/bazelbuild/rules_go/pull/3753nogo
by @fmeum in https://github.com/bazelbuild/rules_go/pull/3782New Contributors
Full Changelog: bazel-contrib/rules_go@v0.43.0...v0.44.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.