Skip to content

Commit

Permalink
ethereum: build with go@1.22
Browse files Browse the repository at this point in the history
use "go" again when ethereum/go-ethereum#30100 is resolved and released

To be merged after #175310
  • Loading branch information
stefanb committed Aug 1, 2024
1 parent 127ba31 commit 3216004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/e/ethereum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class Ethereum < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "35c56528c579bd6666a0817a5aa3ac964e44b5dde38a1aa9153507efbf15f604"
end

depends_on "go" => :build
# use "go" again when https://github.com/ethereum/go-ethereum/issues/30100 is resolved and released
depends_on "go@1.22" => :build

conflicts_with "erigon", because: "both install `evm` binaries"

Expand Down

0 comments on commit 3216004

Please sign in to comment.