Skip to content

Commit

Permalink
skip testing on Bazel last green
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Jan 4, 2025
1 parent abacc2c commit 7cb0261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ bazel_binaries.download(version = "7.1.0")
bazel_binaries.download(version = "7.4.1")
bazel_binaries.download(version = "8.0.0")
bazel_binaries.download(version = "latest")
bazel_binaries.download(version = "last_green")
use_repo(bazel_binaries, "bazel_binaries", "bazel_binaries_bazelisk", "build_bazel_bazel_7_1_0", "build_bazel_bazel_7_4_1", "build_bazel_bazel_8_0_0", "build_bazel_bazel_last_green", "build_bazel_bazel_latest")
use_repo(bazel_binaries, "bazel_binaries", "bazel_binaries_bazelisk", "build_bazel_bazel_7_1_0", "build_bazel_bazel_7_4_1", "build_bazel_bazel_8_0_0", "build_bazel_bazel_latest")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk", dev_dependency = True)
go_sdk.download(version = "1.23.3")
Expand Down

0 comments on commit 7cb0261

Please sign in to comment.