Skip to content

Commit 97bd821

Browse files
chore(deps): bump actions/setup-go from 5 to 6 (#4792)
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 350cec6 commit 97bd821

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v5
130130

131-
- uses: actions/setup-go@v5
131+
- uses: actions/setup-go@v6
132132
with:
133133
go-version: ${{ env.GO_VERSION }}
134134
check-latest: true

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818

19-
- uses: actions/setup-go@v5
19+
- uses: actions/setup-go@v6
2020
with:
2121
go-version: ${{ env.GO_VERSION }}
2222
check-latest: true
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v5
6969

70-
- uses: actions/setup-go@v5
70+
- uses: actions/setup-go@v6
7171
with:
7272
go-version: ${{ env.GO_VERSION }}
7373
check-latest: true

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
ref: v2
3030

31-
- uses: actions/setup-go@v5
31+
- uses: actions/setup-go@v6
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434
check-latest: true
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
fetch-depth: 0
9292

93-
- uses: actions/setup-go@v5
93+
- uses: actions/setup-go@v6
9494
with:
9595
go-version: ${{ env.GO_VERSION }}
9696
check-latest: true

.github/workflows/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v5
3838

39-
- uses: actions/setup-go@v5
39+
- uses: actions/setup-go@v6
4040
with:
4141
go-version: ${{ env.GO_VERSION }}
4242
check-latest: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
ref: ${{ github.ref_name }}
3030

31-
- uses: actions/setup-go@v5
31+
- uses: actions/setup-go@v6
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434
check-latest: true
@@ -93,7 +93,7 @@ jobs:
9393
fetch-depth: 0
9494
ref: ${{ github.ref_name }}
9595

96-
- uses: actions/setup-go@v5
96+
- uses: actions/setup-go@v6
9797
with:
9898
go-version: ${{ env.GO_VERSION }}
9999
check-latest: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444

45-
- uses: actions/setup-go@v5
45+
- uses: actions/setup-go@v6
4646
with:
4747
go-version: ${{ env.GO_VERSION }}
4848
check-latest: true

0 commit comments

Comments
 (0)