install with go install instead of go get
This commit is contained in:
parent
789c5efa40
commit
e00bbf54ce
@ -22,7 +22,7 @@ runs:
|
|||||||
case ${{ inputs.version }} in
|
case ${{ inputs.version }} in
|
||||||
tip)
|
tip)
|
||||||
echo "Installing ko using go get"
|
echo "Installing ko using go get"
|
||||||
go get github.com/google/ko@main
|
go install github.com/google/ko@main
|
||||||
;;
|
;;
|
||||||
latest-release)
|
latest-release)
|
||||||
tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/ko/releases/latest | jq -r '.tag_name')
|
tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/ko/releases/latest | jq -r '.tag_name')
|
||||||
|
Loading…
Reference in New Issue
Block a user