Skip to content

Commit c81cf06

Browse files
Bump actions/setup-go from 4.1.0 to 5.0.0 (#152)
1 parent 1fc5bd3 commit c81cf06

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
@@ -211,7 +211,7 @@ jobs:
211211
name: Try to install cosign with go ${{ matrix.go_version }}
212212
steps:
213213
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
214-
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
214+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
215215
with:
216216
go-version: ${{ matrix.go_version }}
217217
check-latest: true

0 commit comments

Comments
 (0)