Skip to content

Commit 825d457

Browse files
update-github-action(deps): bump actions/setup-go from 5 to 6 (#2064)
Bumps [actions/setup-go](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d1d604 commit 825d457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Set up Go
2626
id: install-go
27-
uses: actions/setup-go@v5
27+
uses: actions/setup-go@v6
2828
with:
2929
go-version-file: 'go.mod'
3030
cache-dependency-path: |
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Set up Go
117117
id: install-go
118-
uses: actions/setup-go@v5
118+
uses: actions/setup-go@v6
119119
with:
120120
go-version-file: 'go.mod'
121121
cache-dependency-path: |
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Set up Go
153153
id: install-go
154-
uses: actions/setup-go@v5
154+
uses: actions/setup-go@v6
155155
with:
156156
go-version-file: 'go.mod'
157157
cache-dependency-path: |

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Set up Go
1818
id: install-go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version-file: 'go.mod'
2222

0 commit comments

Comments
 (0)