Skip to content

Commit

Permalink
Merge pull request #3 from n3wscott/go1.18
Browse files Browse the repository at this point in the history
use go install
  • Loading branch information
imjasonh authored Jul 26, 2022
2 parents 01d2668 + ee5bee9 commit e82f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
case ${{ inputs.version }} in
tip)
echo "Installing crane using go get"
go get github.com/google/go-containerregistry/cmd/crane@main
go install github.com/google/go-containerregistry/cmd/crane@main
;;
latest-release)
tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/go-containerregistry/releases/latest | jq -r '.tag_name')
Expand Down

0 comments on commit e82f1b9

Please sign in to comment.