Skip to content

Commit

Permalink
Merge pull request #139337 from Neo2308/feature/master/ibazel-go-1.21
Browse files Browse the repository at this point in the history
ibazel: Update test
  • Loading branch information
chenrui333 authored Aug 13, 2023
2 parents 9533367 + cd1a9c0 commit 92b8026
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/ibazel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Ibazel < Formula
end

# bazel 6.x support issue, https://github.com/bazelbuild/bazel-watcher/issues/616
# patch to use bazel 6.3.1, upstream PR, https://github.com/bazelbuild/bazel-watcher/pull/575
# patch to use bazel 6.3.2, upstream PR, https://github.com/bazelbuild/bazel-watcher/pull/575
patch :DATA

def install
Expand All @@ -41,10 +41,10 @@ def install
http_archive(
name = "io_bazel_rules_go",
sha256 = "dd926a88a564a9246713a9c00b35315f54cbd46b31a26d5d8fb264c07045f05d",
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
"https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
],
)
Expand Down Expand Up @@ -90,4 +90,4 @@ def install
+++ b/.bazelversion
@@ -1 +1 @@
-5.4.0
+6.3.1
+6.3.2

0 comments on commit 92b8026

Please sign in to comment.