Skip to content

Commit 2319c5b

Browse files
chore(deps): update actions/setup-go action to v7 (#166)
Upgrade the GitHub Actions Go setup steps from v6 to v7 after making the repository toolchain verifier major-version agnostic. refs #166
1 parent 4857b2a commit 2319c5b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: pnpm
3434

3535
- name: Setup Go
36-
uses: actions/setup-go@v6
36+
uses: actions/setup-go@v7
3737
with:
3838
go-version-file: apps/server/go.mod
3939
cache-dependency-path: apps/server/go.sum
@@ -71,7 +71,7 @@ jobs:
7171
cache: pnpm
7272

7373
- name: Setup Go
74-
uses: actions/setup-go@v6
74+
uses: actions/setup-go@v7
7575
with:
7676
go-version-file: apps/server/go.mod
7777
cache-dependency-path: apps/server/go.sum

.github/workflows/publish-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ref: ${{ steps.prepare.outputs.checkout_ref }}
5959

6060
- name: Set up Go
61-
uses: actions/setup-go@v6
61+
uses: actions/setup-go@v7
6262
with:
6363
go-version-file: apps/server/go.mod
6464
cache-dependency-path: apps/server/go.sum

0 commit comments

Comments
 (0)