Skip to content

Commit 80d92f9

Browse files
chore(deps): bump actions/setup-go from 6 to 7
Bumps [actions/setup-go](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5565c81 commit 80d92f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bruno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 1.0
2727

2828
- name: Set up Go
29-
uses: actions/setup-go@v6
29+
uses: actions/setup-go@v7
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
cache-dependency-path: |

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: cat .github/tool-versions.env >> "$GITHUB_ENV"
7979

8080
- name: Set up Go
81-
uses: actions/setup-go@v6
81+
uses: actions/setup-go@v7
8282
with:
8383
go-version: ${{ env.GO_VERSION }}
8484
cache-dependency-path: |

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
version: 1.0
5656

5757
- name: Set up Go
58-
uses: actions/setup-go@v6
58+
uses: actions/setup-go@v7
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161
cache-dependency-path: |

0 commit comments

Comments
 (0)