Skip to content

Commit 8c4d551

Browse files
Bump actions/setup-go from 5 to 6 (#6998)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e27207c commit 8c4d551

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: install
47-
uses: actions/setup-go@v5
47+
uses: actions/setup-go@v6
4848
with:
4949
go-version-file: "go.mod"
5050

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
.github/workflows/clean-unused-disk-space.sh
3636
37-
- uses: actions/setup-go@v5
37+
- uses: actions/setup-go@v6
3838
with:
3939
go-version-file: "go.mod"
4040
- run: make test-e2e-integration

.github/workflows/test-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
.github/workflows/clean-unused-disk-space.sh
3939
40-
- uses: actions/setup-go@v5
40+
- uses: actions/setup-go@v6
4141
with:
4242
go-version-file: "go.mod"
4343
- run: sudo rm -rf /usr/local/bin/kustomize
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
.github/workflows/clean-unused-disk-space.sh
5959
60-
- uses: actions/setup-go@v5
60+
- uses: actions/setup-go@v6
6161
with:
6262
go-version-file: "go.mod"
6363
- run: make test-unit

.github/workflows/test-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
.github/workflows/clean-unused-disk-space.sh
3636
37-
- uses: actions/setup-go@v5
37+
- uses: actions/setup-go@v6
3838
with:
3939
go-version-file: "go.mod"
4040
- run: sudo rm -rf /usr/local/bin/kustomize

.github/workflows/test-sample-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
.github/workflows/clean-unused-disk-space.sh
3636
37-
- uses: actions/setup-go@v5
37+
- uses: actions/setup-go@v6
3838
with:
3939
go-version-file: "go.mod"
4040
- run: sudo rm -rf /usr/local/bin/kustomize

.github/workflows/test-sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
.github/workflows/clean-unused-disk-space.sh
3636
37-
- uses: actions/setup-go@v5
37+
- uses: actions/setup-go@v6
3838
with:
3939
go-version-file: "go.mod"
4040
id: go

0 commit comments

Comments
 (0)