We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9dfc1 commit 920f20fCopy full SHA for 920f20f
.github/workflows/test-action.yml
@@ -236,14 +236,14 @@ jobs:
236
- ubuntu-latest
237
- windows-latest
238
go_version:
239
- - '1.23'
240
- '1.24'
+ - '1.25'
241
name: Try to install cosign with go ${{ matrix.go_version }} on ${{ matrix.os }}
242
steps:
243
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
244
with:
245
persist-credentials: false
246
- - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
+ - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
247
248
go-version: ${{ matrix.go_version }}
249
check-latest: true
0 commit comments