Skip to content

Commit 3454372

Browse files
install cosign v2 from main (#186)
Makes the installer use cosign v2, when install from "main". Signed-off-by: Ramon Petgrave <[email protected]>
1 parent b6ee8f8 commit 3454372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
if [[ ${{ inputs.cosign-release }} == "main" ]]; then
4343
log_info "installing cosign via 'go install' from its main version"
4444
GOBIN=$(go env GOPATH)/bin
45-
go install github.com/sigstore/cosign/cmd/cosign@main
45+
go install github.com/sigstore/cosign/v2/cmd/cosign@main
4646
ln -s $GOBIN/cosign ${{ inputs.install-dir}}/cosign
4747
exit 0
4848
fi

0 commit comments

Comments
 (0)