Skip to content

Commit

Permalink
Merge #1 - Bump go to 1.22 and actions/setup-go to v5
Browse files Browse the repository at this point in the history
Pull-request: #1

Signed-off-by: William Desportes <[email protected]>
  • Loading branch information
williamdes committed Apr 28, 2024
2 parents 6bf7bb3 + af3b9c1 commit 1aafb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ runs:
# env:
# NOTARY_DELEGATION_PASSPHRASE: "${{ inputs.private-key-passphrase }}"
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.17'
go-version: '^1.22'
- name: Setup the notary tool
run: |
go install -tags pkcs11 github.com/theupdateframework/notary/cmd/notary@latest
Expand Down

0 comments on commit 1aafb9a

Please sign in to comment.