Skip to content

Commit 99b4cfa

Browse files
authored
Update Formula/k/k6.rb
1 parent a5dcb2f commit 99b4cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/k/k6.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class K6 < Formula
1414
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c59c33536818d69e337bd36ce5b3e58054a019260d35027efae3b50ca7b56a5"
1515
end
1616

17-
depends_on "go@1.22" => :build
17+
depends_on "go@1.23" => :build # See https://github.com/grafana/k6/issues/2699 and https://github.com/grafana/k6/issues/2474
1818

1919
def install
2020
system "go", "build", *std_go_args(ldflags: "-s -w")

0 commit comments

Comments
 (0)