From 0ea79be9deb1f2060b117f5843b2eba4431a932e Mon Sep 17 00:00:00 2001 From: Gavin Chappell <2798739+g-a-c@users.noreply.github.com> Date: Tue, 13 Sep 2022 06:37:23 +0100 Subject: [PATCH] k0sctl: rebuild Update k0sctl.rb `go@1.19` is not a valid Homebrew formula, until `1.20` is released and `1.19` gains its version suffix Fixes: #15 Closes #16. Signed-off-by: Kimmo Lehto --- Formula/k0sctl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/k0sctl.rb b/Formula/k0sctl.rb index 0809563..a3ef26a 100644 --- a/Formula/k0sctl.rb +++ b/Formula/k0sctl.rb @@ -13,7 +13,7 @@ class K0sctl < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "e962e57606d199d012265439ae61c55e70e03253707e4c4361de647a1192f9ba" end - depends_on "go@1.19" => :build + depends_on "go" => :build def install system "make", "k0sctl", "TAG_NAME=v#{version}"