Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Formula/k/kuttl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ class Kuttl < Formula
depends_on "go" => :build
depends_on "kubernetes-cli" => :test

# patch to add Go 1.26 testDeps ModulePath, upstream pr ref, https://github.com/kudobuilder/kuttl/pull/664
patch do
url "https://github.com/kudobuilder/kuttl/commit/80911cc18d690efe88a8b12a32b419b495d7bb20.patch?full_index=1"
sha256 "8749ea6b9cabaa92b44894b8ed5e6a5271a9bbb5fa76f35502df948d529b83cb"
end

def install
project = "github.com/kudobuilder/kuttl"
ldflags = %W[
Expand Down
Loading