github bazelbuild/rules_go v0.45.1

latest releases: v0.47.0, v0.46.0
3 months ago

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

  • Disable layering_check feature in CGo tests by @fmeum in #3829
  • Print stack traces without panicking on test timeout by @fmeum in #3833
  • Fix regression in empty .go file filtering for nogo by @fmeum in #3832
  • release patch version 0.45.1 by @tyler-french in #3836

Full Changelog: v0.45.0...v0.45.1

Don't miss a new rules_go release

NewReleases is sending notifications on new releases.