Skip to content

Commit

Permalink
Upgrade to Bazel 7.1.2 and update some dependencies
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636901360
Change-Id: I5e26bfb16ca0d634cd713650788b2f1a434da333
  • Loading branch information
morambro authored and copybara-github committed May 24, 2024
1 parent bbc85b8 commit 12a061d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.1.2
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@io_bazel_rules_go//go:def.bzl", "nogo")
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@io_bazel_rules_go//go:def.bzl", "nogo")

package(default_visibility = ["//:__subpackages__"])

Expand Down
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ module(

bazel_dep(
name = "platforms",
version = "0.0.8",
version = "0.0.10",
)

bazel_dep(
name = "rules_go",
version = "0.44.2",
repo_name = "io_bazel_rules_go"
version = "0.48.0",
repo_name = "io_bazel_rules_go",
)

bazel_dep(
name = "gazelle",
version = "0.35.0",
repo_name = "bazel_gazelle"
version = "0.36.0",
repo_name = "bazel_gazelle",
)

go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")

go_sdk.download(version = "1.21.8")

go_sdk.nogo(nogo = "@//:tink_nogo")
go_sdk.nogo(nogo = "//:tink_nogo")

go_sdk.host()

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This replaces the content of the WORKSPACE file when using --enable_bzlmod.
# Replaces the content of the WORKSPACE file when using --enable_bzlmod.
4 changes: 2 additions & 2 deletions kokoro/gcp_ubuntu/bazel/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ readonly MANUAL_TARGETS
./kokoro/testutils/run_bazel_tests.sh -t --test_arg=--test.v . \
"${MANUAL_TARGETS[@]}"
./kokoro/testutils/run_bazel_tests.sh -b --enable_bzlmod \
-t --enable_bzlmod,--test_arg=--test.v . "${MANUAL_TARGETS[@]}"
./kokoro/testutils/run_bazel_tests.sh -b --noenable_bzlmod \
-t --noenable_bzlmod,--test_arg=--test.v . "${MANUAL_TARGETS[@]}"
EOF
chmod +x _do_run_test.sh

Expand Down

0 comments on commit 12a061d

Please sign in to comment.