From 08cc27f5d9ff0925fd9415ccc9bb8b65b35e890d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Wed, 28 Aug 2024 18:40:15 +0200 Subject: [PATCH] vitess: build with go@1.22 use "go" again after https://github.com/vitessio/vitess/issues/16015 is fixed and released Follow-up to https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/v/vitess.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/v/vitess.rb b/Formula/v/vitess.rb index 51d98a81167f7..b4a6b498bd99b 100644 --- a/Formula/v/vitess.rb +++ b/Formula/v/vitess.rb @@ -15,7 +15,8 @@ class Vitess < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "ff51d7d5e7d198c9deb005f8f6b867298a02796768eb52b785b621716af4598e" end - depends_on "go" => :build + # use "go" again after https://github.com/vitessio/vitess/issues/16015 is fixed and released + depends_on "go@1.22" => :build depends_on "etcd" def install