Update dependency io_bazel_rules_go to v0.16.1 #152
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.15.3
->0.16.1
Release Notes
bazelbuild/rules_go
v0.16.1
Compare Source
Bug fixes
Updated dependencies
org_golang_x_tools
updated tomaster
as of 2018-10-22. We've also addedgo_tool_library
targets for analysis packages and their dependencies for use with nogo.WORKSPACE code
To use this release, add this code to your WORKSPACE file:
v0.16.0
Compare Source
Changes
go vet
as a separate subprocess. We intend to migrate vet to the analysis framework in the future.cc_common
module to collect C / C++ flags. This ensures compatibility with future versions of Bazel, since the CROSSTOOL-related fields inCcToolchainInfo
are being removed soon.go_download_sdk
now supportsgoos
andgoarch
attributes. These may be useful for remote execution when your execution platform is different from your host platform.goos
,goarch
,race
, ormsan
attributes and incorporate cgo code are more likely to be correct. Please continue to use--platforms
and other command-line flags for configuration instead though, if possible.go_library
rule itself, but this will take time.Updated dependencies
org_golang_x_tools
(golang.org/x/tools
) has been updated tomaster
as of 2018-09-18.org_golang_x_net
(golang.org/x/net
) has been updated tomaster
as of 2018-09-28.org_golang_x_sys
(golang.org/x/sys
) has been updated tomaster
as of 2018-09-28.com_github_golang_protobuf
(github.com/golang/protobuf
) has been updated tov1.2.0
.org_golang_google_grpc
(google.golang.org/grpc
) has been updated tov1.15.0
.org_golang_google_genproto
(google.golang.org/genproto
with pre-generated files) has been updated to master as of 2018-09-28.go_googleapis
(github.com/googleapis/googleapis
a.k.a.google.golang.org/genproto
with build-time-generated files) has been updated to master as of 2018-09-28.WORKSPACE code
To use this release, add this code to your WORKSPACE file:
v0.15.6
Compare Source
Bug fixes
WORKSPACE code
To use this release, add this code to your WORKSPACE file:
v0.15.5
Compare Source
Bug fixes
cc_common
for collecting C/C++ paths and optionsNOTE: The minimum Bazel version for this release is now 0.17.2 because
cc_common
is not available in older versions.WORKSPACE code
To use this release, add this code to your WORKSPACE file:
v0.15.4
Compare Source
New Go versions
Bug fixes
WORKSPACE code
To use this release, add this code to your WORKSPACE file:
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.