Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com_github_bazelbuild_rules_go to v0.20.2 #294

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 14, 2019

This PR contains the following updates:

Package Type Update Change
com_github_bazelbuild_rules_go go_repository minor v0.19.5 -> v0.20.2

Release Notes

bazelbuild/rules_go

v0.20.2

Compare Source

New Go versions

Go 1.12.10, 1.12.11, 1.13.2, and 1.13.3 are now supported.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.20.2/rules_go-v0.20.2.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.20.2/rules_go-v0.20.2.tar.gz",
    ],
    sha256 = "b9aa86ec08a292b97ec4591cf578e020b35f98e12173bbd4a921f84f583aebd9",
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")

go_rules_dependencies()

go_register_toolchains()

v0.20.1

Compare Source

New Go versions

Go 1.12.11, 1.12.12, 1.13.2, and 1.13.3 are now supported.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.20.1/rules_go-v0.20.1.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.20.1/rules_go-v0.20.1.tar.gz",
    ],
    sha256 = "842ec0e6b4fbfdd3de6150b61af92901eeb73681fd4d185746644c338f51d4c0",
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")

go_rules_dependencies()

go_register_toolchains()

v0.20.0

Compare Source

Compatibility

  • Support for Go 1.10 has been removed.
  • objc = True and related Objective C attributes have been removed. go_library can build Objective C code directly.

See the deprecation schedule for rationale and migration information. Nothing else is currently deprecated.

Changes

This release contains no significant user facing changes. Several bugs are fixed, and dependencies are updated.

Updated dependencies

  • bazel_skylib is updated to 1.0.2.
  • org_golang_x_tools is updated to master as of 2019-10-05.
  • com_github_golang_protobuf is updated to v1.3.2, latest as of 2019-10-05.
  • com_github_mwitkow_proto_validators is updated to v0.2.0, latest as of 2019-10-05.
  • com_github_gogo_protobuf is updated to v1.3.0, latest as of 2019-10-05.
  • org_golang_google_genproto is updated to master as of 2019-10-05.
  • go_googleapis is updated to master as of 2019-10-05.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.20.0/rules_go-v0.20.0.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.20.0/rules_go-v0.20.0.tar.gz",
    ],
    sha256 = "078f2a9569fa9ed846e60805fb5fb167d6f6c4ece48e6d409bf5fb2154eaf0d8",
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")

go_rules_dependencies()

go_register_toolchains()

v0.19.8

Compare Source

New Go versions

Go 1.12.13 and 1.13.4 are now supported.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.8/rules_go-v0.19.8.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.19.8/rules_go-v0.19.8.tar.gz",
    ],
    sha256 = "9976c2572587aa71f81b502cc870ef8058f6de37f5fcfaade6a5996934b4a324",
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")

go_rules_dependencies()

go_register_toolchains()

v0.19.7

Compare Source

New Go versions

Go 1.12.10, 1.12.11, 1.13.2, and 1.13.3 are now supported.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.7/rules_go-v0.19.7.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.19.7/rules_go-v0.19.7.tar.gz",
    ],
    sha256 = "b480589f57e8b09f4b0892437b9afe889e0d6660e92f5d53d3f0546c01e67ca5",
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")

go_rules_dependencies()

go_register_toolchains()

v0.19.6

Compare Source

Bug fixes

This release contains several bug fixes for cgo, linking, and go/tools/bazel_testing.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    urls = [
        "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.6/rules_go-v0.19.6.tar.gz",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.19.6/rules_go-v0.19.6.tar.gz",
    ],
    sha256 = "ee5036badbac6b338b19583575c204b3ba762f7f62ac20c4cbb37169ba30eca1",
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")

go_rules_dependencies()

go_register_toolchains()

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate-bot renovate-bot force-pushed the renovate/com_github_bazelbuild_rules_go-0.x branch from dc69f5e to 3d37c79 Compare October 18, 2019 02:22
@renovate-bot renovate-bot changed the title Update dependency com_github_bazelbuild_rules_go to v0.20.0 Update dependency com_github_bazelbuild_rules_go to v0.20.1 Oct 18, 2019
@renovate-bot renovate-bot force-pushed the renovate/com_github_bazelbuild_rules_go-0.x branch from 3d37c79 to 9ee4c29 Compare November 1, 2019 02:26
@renovate-bot renovate-bot changed the title Update dependency com_github_bazelbuild_rules_go to v0.20.1 Update dependency com_github_bazelbuild_rules_go to v0.20.2 Nov 1, 2019
@achew22 achew22 merged commit 824ff7c into bazelbuild:master Nov 1, 2019
@renovate-bot renovate-bot deleted the renovate/com_github_bazelbuild_rules_go-0.x branch November 1, 2019 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants