Skip to content

Commit

Permalink
ory-hydra: support go 1.17
Browse files Browse the repository at this point in the history
Closes #83934.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
branchvincent authored and BrewTestBot committed Aug 25, 2021
1 parent 10fc285 commit e3ab8c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/ory-hydra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ class OryHydra < Formula

conflicts_with "hydra", because: "both install `hydra` binaries"

# Support go 1.17, remove after next release
patch do
url "https://github.com/ory/hydra/commit/57b41e93f89ff847da0386a8315603bba203f417.patch?full_index=1"
sha256 "9b51bb86935b53e30e7e1dc3585b94f4fd901e1127263b783110d7b1bb983e11"
end

def install
ENV["GOBIN"] = bin
system "make", "install"
Expand Down

0 comments on commit e3ab8c4

Please sign in to comment.