ipfs: use `go` to build

Closes #111551.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-09-23 13:37:07 -07:00 committed by BrewTestBot
parent 1e8cd95ea6
commit c266044e8e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@ class Ipfs < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a79c98ad0011a0c05176ded94c8c63568947f53bd09ab0117b3518479990a8c"
end
# Required lucas-clemente/quic-go >= 0.28
# Try to switch to the latest go on the next release
depends_on "go@1.18" => :build
depends_on "go" => :build
def install
system "make", "build"