fix update-gopogh-version comment and update gopogh version in jenkins scripts

pull/9979/head
Ilya Zuyev 2021-01-19 16:30:28 -08:00
parent 28ecf222b0
commit a2ccf09c80
2 changed files with 3 additions and 3 deletions

View File

@ -848,6 +848,6 @@ else
endif
.PHONY: update-gopogh-version
update-gopogh-version: ## Update GitHub Action workflows to use the latest version of Gopogh
update-gopogh-version: ## update gopogh version
(cd hack/update/gopogh_version && \
go run update_gopogh_version.go)

View File

@ -352,9 +352,9 @@ fi
echo ">> Installing gopogh"
if [ "$(uname)" != "Darwin" ]; then
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.3.0/gopogh-linux-amd64 && sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-amd64 && sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
else
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.3.0/gopogh-darwin-amd64 && sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-darwin-amd64 && sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
fi
echo ">> Running gopogh"