Skip to content

Commit

Permalink
cartridge-cli: support go 1.17
Browse files Browse the repository at this point in the history
Closes #83997.

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 26, 2021
1 parent 2cb4e61 commit 24ae975
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/cartridge-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ class CartridgeCli < Formula
depends_on "go" => :build
depends_on "mage" => :build

# Support go 1.17, remove when upstream patch is merged/released
# https://github.com/tarantool/cartridge-cli/pull/618
patch do
url "https://github.com/tarantool/cartridge-cli/commit/84193babc1395208a205a0c06a4a8a9a73ab6512.patch?full_index=1"
sha256 "5b50feeeb764018cd226595d733d6467b922a9974fc520c52c1ca692495f99c3"
end

def install
system "mage", "build"
bin.install "cartridge"
Expand Down

0 comments on commit 24ae975

Please sign in to comment.