Skip to content

Commit 920f20f

Browse files
Bump actions/setup-go from 5.5.0 to 6.0.0 (#199)
* Bump actions/setup-go from 5.5.0 to 6.0.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update Go version in test workflow Signed-off-by: Carlos Tadeu Panato Junior <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Carlos Tadeu Panato Junior <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Tadeu Panato Junior <[email protected]>
1 parent bb9dfc1 commit 920f20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@ jobs:
236236
- ubuntu-latest
237237
- windows-latest
238238
go_version:
239-
- '1.23'
240239
- '1.24'
240+
- '1.25'
241241
name: Try to install cosign with go ${{ matrix.go_version }} on ${{ matrix.os }}
242242
steps:
243243
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
244244
with:
245245
persist-credentials: false
246-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
246+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
247247
with:
248248
go-version: ${{ matrix.go_version }}
249249
check-latest: true

0 commit comments

Comments
 (0)