Skip to content

Commit

Permalink
Merge pull request #182757 from Homebrew/vitess-go1.22
Browse files Browse the repository at this point in the history
vitess: build with go@1.22
  • Loading branch information
chenrui333 authored Aug 28, 2024
2 parents 0856870 + 08cc27f commit 107d057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/v/vitess.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 107d057

Please sign in to comment.