fix update-gopogh-version comment and update gopogh version in jenkins scripts
parent
28ecf222b0
commit
a2ccf09c80
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue