Skip to content

Commit ff5d0c9

Browse files
build(deps): bump actions/setup-go from 5.2.0 to 6.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ababa3f commit ff5d0c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
with:
3232
path: src/github.com/containerd/ttrpc
33-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
33+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636

@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
path: src/github.com/containerd/ttrpc
5757
fetch-depth: 25
58-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
58+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161

@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
path: src/github.com/containerd/ttrpc
8484
fetch-depth: 25
85-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
85+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8686
with:
8787
go-version: ${{ matrix.go }}
8888

@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
path: src/github.com/containerd/ttrpc
116116
fetch-depth: 25
117-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
117+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
118118
with:
119119
go-version: ${{ env.GO_VERSION }}
120120
id: go

0 commit comments

Comments
 (0)