mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Bump rules_go to v0.15.4 and go toolchain to v1.11.1.
PiperOrigin-RevId: 215664253 Change-Id: Ice2500e669194630c9d03903c35622afb92dcba5
This commit is contained in:
committed by
Shentubot
parent
213f6688a5
commit
e98b14b4aa
@@ -1,8 +1,8 @@
|
||||
# Load go bazel rules and gazelle.
|
||||
http_archive(
|
||||
name = "io_bazel_rules_go",
|
||||
url = "https://github.com/bazelbuild/rules_go/releases/download/0.15.1/rules_go-0.15.1.tar.gz",
|
||||
sha256 = "5f3b0304cdf0c505ec9e5b3c4fc4a87b5ca21b13d8ecc780c97df3d1809b9ce6",
|
||||
url = "https://github.com/bazelbuild/rules_go/releases/download/0.15.4/rules_go-0.15.4.tar.gz",
|
||||
sha256 = "7519e9e1c716ae3c05bd2d984a42c3b02e690c5df728dc0a84b23f90c355c5a1",
|
||||
)
|
||||
http_archive(
|
||||
name = "bazel_gazelle",
|
||||
@@ -11,7 +11,7 @@ http_archive(
|
||||
)
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
|
||||
go_rules_dependencies()
|
||||
go_register_toolchains(go_version="1.11")
|
||||
go_register_toolchains(go_version="1.11.1")
|
||||
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
|
||||
gazelle_dependencies()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user