Skip to content

Commit

Permalink
grafana-agent: build with go@1.22
Browse files Browse the repository at this point in the history
Use "go" again when grafana/agent#6972 is resolved and released

To be merged after #175310
  • Loading branch information
stefanb committed Aug 2, 2024
1 parent 02befce commit e2a8d3a
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 "go@1.22" => :build
depends_on "node" => :build
depends_on "yarn" => :build

Expand Down

0 comments on commit e2a8d3a

Please sign in to comment.