Skip to content

Commit

Permalink
Update the version of the gh cli tool
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Dec 16, 2022
1 parent 7ec765e commit 2d9cb67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/github/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def github_tools_repos():
http_archive(
name = "com_github_gh",
url = "https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_amd64.tar.gz",
sha256 = "9e833e02428cd49e0af73bc7dc4cafa329fe3ecba1bfe92f0859bf5b11916401",
url = "https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_amd64.tar.gz",
sha256 = "3bc7cd3b2fd9082218b8246595673f55badb351db1b9e627eec121beb8b26450",
build_file = Label("//third_party/github:BUILD.gh.bazel"),
strip_prefix = "gh_2.13.0_linux_amd64",
strip_prefix = "gh_2.20.2_linux_amd64",
)

0 comments on commit 2d9cb67

Please sign in to comment.