We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 032fb0c + c39630e commit bd22deaCopy full SHA for bd22dea
Formula/l/legitify.rb
@@ -22,7 +22,8 @@ class Legitify < Formula
22
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a5928ac45988d42f507bda79350361ac1e2e157ba1957b94df70e1701c1bd9c"
23
end
24
25
- depends_on "go" => :build
+ # Use "go" when https://github.com/Legit-Labs/legitify/pull/350 is merged and released:
26
+ depends_on "go@1.24" => :build
27
28
def install
29
ldflags = %W[
0 commit comments