Skip to content

Commit

Permalink
trezor-bridge: pin to go@1.23 (go 1.24)
Browse files Browse the repository at this point in the history
Follow-up to:
* #201070
  • Loading branch information
stefanb committed Feb 13, 2025
1 parent 660ee6a commit 92a9afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/t/trezor-bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class TrezorBridge < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "0039559d527cb2841e04cff9bb7bc59b6db17f6f74f442768af8a81776ccacd9"
end

depends_on "go" => :build
# Use "go" again when https://github.com/trezor/trezord-go/issues/303 is fixed and released
depends_on "go@1.23" => :build

# upstream patch ref, https://github.com/trezor/trezord-go/pull/300
patch do
Expand Down

0 comments on commit 92a9afa

Please sign in to comment.