Skip to content

Commit

Permalink
kuttl: build with go@1.22
Browse files Browse the repository at this point in the history
use "go" againg after kudobuilder/kuttl#546 is fixed and released

Follow-up to #175310
  • Loading branch information
stefanb committed Aug 17, 2024
1 parent e7b19bd commit d206ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/k/kuttl.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d206ee9

Please sign in to comment.