Skip to content

Commit bd22dea

Browse files
authored
Merge pull request #233417 from Homebrew/legitify-pin-go-to-go@1.24
legitify: pin go to go@1.24
2 parents 032fb0c + c39630e commit bd22dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/l/legitify.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class Legitify < Formula
2222
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a5928ac45988d42f507bda79350361ac1e2e157ba1957b94df70e1701c1bd9c"
2323
end
2424

25-
depends_on "go" => :build
25+
# Use "go" when https://github.com/Legit-Labs/legitify/pull/350 is merged and released:
26+
depends_on "go@1.24" => :build
2627

2728
def install
2829
ldflags = %W[

0 commit comments

Comments
 (0)