Skip to content

Commit

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

To be merged after #175310
  • Loading branch information
stefanb committed Aug 16, 2024
1 parent 6a6b494 commit cf9a224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/g/grafana.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class Grafana < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "a79b2bef6c8dd7362524b6a6a699053b7d4a9b49c9f26aae3a564c2ddaaf85aa"
end

depends_on "go" => :build
# use "go" again when https://github.com/grafana/grafana/issues/89796 is resolved and released
depends_on "go@1.22" => :build
depends_on "node" => :build
depends_on "yarn" => :build

Expand Down

0 comments on commit cf9a224

Please sign in to comment.