Skip to content

Commit 58a10a7

Browse files
chore: Bump actions/setup-go from 6 to 7 in the all group across 1 directory (#342)
chore: Bump actions/setup-go in the all group across 1 directory Bumps the all group with 1 update in the / directory: [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: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4901a5b commit 58a10a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/govulnfix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install Go
2020
id: install-go
21-
uses: actions/setup-go@v6
21+
uses: actions/setup-go@v7
2222
with:
2323
go-version-file: go.mod
2424

@@ -37,7 +37,7 @@ jobs:
3737
3838
# Switch to the latest version of Go to ensure vulnfix can update the version of Go.
3939
- name: Install Latest Go
40-
uses: actions/setup-go@v6
40+
uses: actions/setup-go@v7
4141
with:
4242
go-version: '1'
4343
check-latest: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install Go
1919
id: install-go
20-
uses: actions/setup-go@v6
20+
uses: actions/setup-go@v7
2121
with:
2222
go-version-file: 'go.mod'
2323

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install Go
4646
id: install-go
47-
uses: actions/setup-go@v6
47+
uses: actions/setup-go@v7
4848
with:
4949
go-version: ${{ matrix.go-version }}
5050
check-latest: "true"

0 commit comments

Comments
 (0)