Skip to content

Commit

Permalink
juicefs: build with go@1.22
Browse files Browse the repository at this point in the history
Use "go" again after juicedata/juicefs#5047 is resolved and released

To be merged after #175310
  • Loading branch information
stefanb committed Aug 16, 2024
1 parent 49291bb commit 60f6304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/j/juicefs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class Juicefs < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "2793ade0a368e8f43c2e2eb2f73ae1960722ca9378c9616f0f464428d5d81907"
end

depends_on "go" => :build
# use "go" again after https://github.com/juicedata/juicefs/issues/5047 is resolved and released
depends_on "go@1.22" => :build

def install
system "make"
Expand Down

0 comments on commit 60f6304

Please sign in to comment.