Skip to content

Commit 15c8bbe

Browse files
[v8](gha): Bump actions/setup-go from 6 to 7 in the dependencies group (#3829)
Bumps the dependencies group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bae2bd8 commit 15c8bbe

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: '0'
2929
- name: Set up Go 1.x
30-
uses: actions/setup-go@v6
30+
uses: actions/setup-go@v7
3131
with:
3232
go-version-file: go.mod
3333
check-latest: true
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
fetch-depth: '0'
4747
- name: Set Up Go
48-
uses: actions/setup-go@v6
48+
uses: actions/setup-go@v7
4949
with:
5050
go-version-file: go.mod
5151
check-latest: true

.github/workflows/release-build-sign-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install Linux Packages
140140
run: sudo apt update && sudo apt install -y --no-install-recommends fakeroot
141141
- name: Set up Go
142-
uses: actions/setup-go@v6
142+
uses: actions/setup-go@v7
143143
with:
144144
go-version-file: go.mod
145145

@@ -417,7 +417,7 @@ jobs:
417417
run: make
418418

419419
- name: Set up Go
420-
uses: actions/setup-go@v6
420+
uses: actions/setup-go@v7
421421
with:
422422
go-version-file: go.mod
423423

@@ -628,7 +628,7 @@ jobs:
628628
with:
629629
fetch-depth: 0
630630
- name: Set up Go
631-
uses: actions/setup-go@v6
631+
uses: actions/setup-go@v7
632632
with:
633633
go-version-file: go.mod
634634

.github/workflows/tests-integration-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: cf-deployment-concourse-tasks
5050

5151
- name: Set Up Go
52-
uses: actions/setup-go@v6
52+
uses: actions/setup-go@v7
5353
with:
5454
go-version-file: cli/go.mod
5555
check-latest: true

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# if: condition above.
8282
allow-unsafe-pr-checkout: true
8383
- name: Set Up Go
84-
uses: actions/setup-go@v6
84+
uses: actions/setup-go@v7
8585
with:
8686
go-version-file: go.mod
8787
check-latest: true

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v7
4949

5050
- name: Setup Go Environment
51-
uses: actions/setup-go@v6
51+
uses: actions/setup-go@v7
5252
with:
5353
go-version-file: go.mod
5454
check-latest: true

0 commit comments

Comments
 (0)