Skip to content

Commit 22be4ce

Browse files
authored
use go 1.22 now (#160)
Signed-off-by: Bob Callaway <[email protected]>
1 parent 162dfdf commit 22be4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ jobs:
206206
- ubuntu-latest
207207
- windows-latest
208208
go_version:
209-
- '1.20'
210209
- '1.21'
210+
- '1.22'
211211
name: Try to install cosign with go ${{ matrix.go_version }}
212212
steps:
213213
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

0 commit comments

Comments
 (0)