1
0
mirror of https://github.com/kubernetes/minikube.git synced 2025-02-06 10:25:01 +00:00

CI: Update gh from 2.65.0 to 2.66.1

This commit is contained in:
minikube-bot 2025-02-03 10:02:35 +00:00
parent abdbc5b3a3
commit 4d1052b78b

View File

@ -16,7 +16,7 @@
set -eux -o pipefail
GH_VERSION="2.65.0"
GH_VERSION="2.66.1"
echo "Installing latest version of gh"
curl -qLO "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz"