Skip to content

Commit

Permalink
k0sctl: rebuild
Browse files Browse the repository at this point in the history
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 <kimmo.lehto@gmail.com>
  • Loading branch information
g-a-c authored and kke committed Sep 13, 2022
1 parent c96a3f3 commit 0ea79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/k0sctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 0ea79be

Please sign in to comment.