File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Keploy < Formula
22 desc "Testing Toolkit creates test-cases and data mocks from API calls, DB queries"
33 homepage "https://keploy.io"
4- url "https://github.com/keploy/keploy/archive/refs/tags/v3.3.42 .tar.gz"
5- sha256 "fa925a2d3dfe6528629b2b817ad7083909d99b409bc8a6e370512d29831bb03a "
4+ url "https://github.com/keploy/keploy/archive/refs/tags/v3.3.44 .tar.gz"
5+ sha256 "a86658d0b3f49c1a0faf93918af3eca7be74a088722f644ecea0df3f1c8d30c0 "
66 license "Apache-2.0"
77 head "https://github.com/keploy/keploy.git" , branch : "main"
88
@@ -15,9 +15,7 @@ class Keploy < Formula
1515 sha256 cellar : :any_skip_relocation , x86_64_linux : "cd17822a7bd0345c054c89ea75fdc2e2679634a2baca3308ff75c9a8c2aca11e"
1616 end
1717
18- # Unpin Go when Keploy supports Go 1.26
19- # (when go.mod references vitess > v23.0.2, ref https://github.com/vitessio/vitess/pull/19367)
20- depends_on "go@1.25" => :build
18+ depends_on "go" => :build
2119
2220 def install
2321 system "go" , "build" , *std_go_args ( ldflags : "-s -w -X main.version=#{ version } " )
You can’t perform that action at this time.
0 commit comments