Skip to content

Commit 1aafb9a

Browse files
committed
Merge #1 - Bump go to 1.22 and actions/setup-go to v5
Pull-request: #1 Signed-off-by: William Desportes <[email protected]>
2 parents 6bf7bb3 + af3b9c1 commit 1aafb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ runs:
5858
# env:
5959
# NOTARY_DELEGATION_PASSPHRASE: "${{ inputs.private-key-passphrase }}"
6060
- name: Setup go
61-
uses: actions/setup-go@v4
61+
uses: actions/setup-go@v5
6262
with:
63-
go-version: '^1.17'
63+
go-version: '^1.22'
6464
- name: Setup the notary tool
6565
run: |
6666
go install -tags pkcs11 github.com/theupdateframework/notary/cmd/notary@latest

0 commit comments

Comments
 (0)