From 025ffaabffc088a9ceed9d178b914d02756e74fb Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 15 Feb 2023 15:02:20 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48060b8..33c973d 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ runs: case ${{ inputs.version }} in tip) echo "Installing ko using go install" - go install github.com/ko-build/ko@main + go install github.com/google/ko@main ;; latest-release) tag=$(curl -L -s -u "username:${{ github.token }}" https://api.github.com/repos/ko-build/ko/releases/latest | jq -r '.tag_name')