Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Formula/k/k6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class K6 < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c59c33536818d69e337bd36ce5b3e58054a019260d35027efae3b50ca7b56a5"
end

depends_on "go" => :build
depends_on "go@1.23" => :build # See https://github.com/grafana/k6/issues/2699 and https://github.com/grafana/k6/issues/2474
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Dependency '[email protected]' is an alias; use the canonical name 'go'.

this might need to wait after #201070

Copy link
Author

@mstoykov mstoykov Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not pin the latest version we need to pin to an old one if we want ?


def install
system "go", "build", *std_go_args(ldflags: "-s -w")
Expand Down
Loading