Skip to content

Commit f1b3fc7

Browse files
dependabot[bot]leokondrashov
authored andcommitted
Bump actions/setup-go from 5 to 6
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]>
1 parent 605a87c commit f1b3fc7

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 21
3838

3939
- name: Set up Go ${{ matrix.go }}
40-
uses: actions/setup-go@v5
40+
uses: actions/setup-go@v6
4141
with:
4242
go-version: ${{ matrix.go }}
4343

.github/workflows/build_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5
2828

2929
- name: Set up Go version in go.mod file
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version-file: ${{ github.workspace }}/go.mod
3333
cache-dependency-path: |

.github/workflows/cri_minio_test.yml

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

4040
- name: Set up Go version in go.mod file
41-
uses: actions/setup-go@v5
41+
uses: actions/setup-go@v6
4242
with:
4343
go-version-file: ${{ github.workspace }}/go.mod
4444
cache-dependency-path: |

.github/workflows/cri_stock_containerd_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v5
2525

2626
- name: Set up Go version in go.mod file
27-
uses: actions/setup-go@v5
27+
uses: actions/setup-go@v6
2828
with:
2929
go-version-file: ${{ github.workspace }}/go.mod
3030
cache-dependency-path: |

.github/workflows/cri_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: Set up Go version in go.mod file
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version-file: ${{ github.workspace }}/go.mod
3434
cache-dependency-path: |

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
lfs_enabled: 'true'
3838

3939
- name: Set up Go version in go.mod file
40-
uses: actions/setup-go@v5
40+
uses: actions/setup-go@v6
4141
with:
4242
go-version-file: ${{ github.workspace }}/go.mod
4343
cache-dependency-path: |

.github/workflows/nightly_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
lfs_enabled: 'true'
2828

2929
- name: Set up Go version in go.mod file
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version-file: ${{ github.workspace }}/go.mod
3333
cache-dependency-path: |
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v5
8080

8181
- name: Set up Go version in go.mod file
82-
uses: actions/setup-go@v5
82+
uses: actions/setup-go@v6
8383
with:
8484
go-version-file: ${{ github.workspace }}/go.mod
8585
cache-dependency-path: |

.github/workflows/openyurt-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727

2828
- name: Set up Go version in go.mod file
29-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@v6
3030
with:
3131
go-version-file: ${{ github.workspace }}/go.mod
3232
cache-dependency-path: |

.github/workflows/stargz_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
lfs_enabled: 'true'
4444

4545
- name: Set up Go version in go.mod file
46-
uses: actions/setup-go@v5
46+
uses: actions/setup-go@v6
4747
with:
4848
go-version-file: ${{ github.workspace }}/go.mod
4949
cache-dependency-path: |

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v5
3333

3434
- name: Set up Go version in go.mod file
35-
uses: actions/setup-go@v5
35+
uses: actions/setup-go@v6
3636
with:
3737
go-version-file: ${{ github.workspace }}/go.mod
3838
cache-dependency-path: |
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v5
8080

8181
- name: Set up Go version in go.mod file
82-
uses: actions/setup-go@v5
82+
uses: actions/setup-go@v6
8383
with:
8484
go-version-file: ${{ github.workspace }}/go.mod
8585
cache-dependency-path: |
@@ -132,7 +132,7 @@ jobs:
132132
lfs_enabled: 'true'
133133

134134
- name: Set up Go version in go.mod file
135-
uses: actions/setup-go@v5
135+
uses: actions/setup-go@v6
136136
with:
137137
go-version-file: ${{ github.workspace }}/go.mod
138138
cache-dependency-path: |

0 commit comments

Comments
 (0)