Skip to content

Commit af3b9c1

Browse files
authored
Bump go to 1.22 and actions/setup-go to v5
1 parent 629c29b commit af3b9c1

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)