We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dcb2f commit 99b4cfaCopy full SHA for 99b4cfa
Formula/k/k6.rb
@@ -14,7 +14,7 @@ class K6 < Formula
14
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c59c33536818d69e337bd36ce5b3e58054a019260d35027efae3b50ca7b56a5"
15
end
16
17
- depends_on "go@1.22" => :build
+ depends_on "go@1.23" => :build # See https://github.com/grafana/k6/issues/2699 and https://github.com/grafana/k6/issues/2474
18
19
def install
20
system "go", "build", *std_go_args(ldflags: "-s -w")
0 commit comments