This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Update dependency io_bazel_rules_go to v0.18.0 #283
Merged
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:
0.17.1
->0.18.0
Release Notes
bazelbuild/rules_go
v0.18.0
Compare Source
Compatibility
If you're using
go_repository
rules and Go 1.12, Gazelle 0.17.0 is now required. Earlier versions ofgo_repository
don't work with Go 1.12.Updated dependencies
REMINDER: If you need a different version of anything declared in
go_rules_dependencies
, follow the instructions at Overriding dependencies.bazel_skylib
has been updated to0.7.0
.com_github_gogo_protobuf
has been updated tov1.2.1
.com_github_golang_protobuf
has been updated tov1.3.0
.com_github_kevinburke_go_bindata
has been updated tov3.13.0
.com_github_mwitkow_go_proto_validators
has been updated tomaster
as of 2019-03-03.com_google_protobuf
has been updated tov3.7.0
.org_golang_google_grpc
has been updated tov1.19.0
.org_golang_x_net
has been updated tomaster
as of 2019-03-03.org_golang_x_sys
has been updated tomaster
as of 2019-03-03.org_golang_x_tools
has been updated tomaster
as of 2019-03-03.http_archive
rules that depended on unstable GitHub URLs have been migrated togit_repository
.shallow_since
has been set ongit_repository
rules to improve performance and silence warnings.Deprecations
No new features have been deprecated.
The following deprecated features have been removed.
go_vet_test
rule.See Deprecation schedule for more information.
WORKSPACE code
To use this release, add the code below to your WORKSPACE file.
REMINDER: All workspace definitions have moved to
@io_bazel_rules_go//go:deps.bzl
fromdef.bzl
.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.