From d206ee94c7d94fc41dae417518f667fa381344ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Sat, 17 Aug 2024 20:47:16 +0200 Subject: [PATCH] kuttl: build with go@1.22 use "go" againg after https://github.com/kudobuilder/kuttl/issues/546 is fixed and released Follow-up to https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/k/kuttl.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/k/kuttl.rb b/Formula/k/kuttl.rb index 65812353e4b2c..f24567d76ba3f 100644 --- a/Formula/k/kuttl.rb +++ b/Formula/k/kuttl.rb @@ -16,7 +16,8 @@ class Kuttl < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "4c9dd60a3e38f7c41d0135d509c7aa04ae14467cff3ef93e943ac23a4e54d431" end - depends_on "go" => :build + # use "go" againg after https://github.com/kudobuilder/kuttl/issues/546 is fixed and released + depends_on "go@1.22" => :build depends_on "kubernetes-cli" => :test def install