Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 59f4ba4

Browse files
chore: bump actions/setup-go from 5 to 6 in the all group (#567)
Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9716ee8 commit 59f4ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install Go
2222
id: install-go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626

@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Install Go
115115
id: install-go
116-
uses: actions/setup-go@v5
116+
uses: actions/setup-go@v6
117117
with:
118118
go-version: ${{ env.GO_VERSION }}
119119

0 commit comments

Comments
 (0)