Skip to content

Commit

Permalink
Merge pull request #181439 from Homebrew/grafana-agent-go-1.22
Browse files Browse the repository at this point in the history
grafana-agent: build with [email protected]
  • Loading branch information
BrewTestBot authored Aug 17, 2024
2 parents cbe77bb + 1b8859d commit 4992bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/g/grafana-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class GrafanaAgent < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "e9b0c57bcaecc6b5479c42c25a2a183017ed89e6d67f91305517f3a7c180941d"
end

depends_on "go" => :build
# use "go" again when https://github.com/grafana/agent/issues/6972 is resolved and released
depends_on "[email protected]" => :build
depends_on "node" => :build
depends_on "yarn" => :build

Expand Down

0 comments on commit 4992bed

Please sign in to comment.