diff --git a/action.yml b/action.yml index 69b27f7..275f311 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: # - otherwise, install the specified version. case ${{ inputs.version }} in tip) - echo "Installing ko using go get" + echo "Installing ko using go install" go install github.com/google/ko@main ;; latest-release)