From e2a8d3a7e8a32d3f7c7d30564a3b8201ab6a6564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Fri, 2 Aug 2024 04:51:46 +0200 Subject: [PATCH] grafana-agent: build with go@1.22 Use "go" again when https://github.com/grafana/agent/issues/6972 is resolved and released To be merged after https://github.com/Homebrew/homebrew-core/pull/175310 --- Formula/g/grafana-agent.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/g/grafana-agent.rb b/Formula/g/grafana-agent.rb index 4a0a0f269e015..c7b4da10c0cd7 100644 --- a/Formula/g/grafana-agent.rb +++ b/Formula/g/grafana-agent.rb @@ -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