There was an error while loading. Please reload this page.
1 parent 4857b2a commit 2319c5bCopy full SHA for 2319c5b
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: pnpm
34
35
- name: Setup Go
36
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v7
37
with:
38
go-version-file: apps/server/go.mod
39
cache-dependency-path: apps/server/go.sum
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
.github/workflows/publish-binaries.yml
@@ -58,7 +58,7 @@ jobs:
58
ref: ${{ steps.prepare.outputs.checkout_ref }}
59
60
- name: Set up Go
61
62
63
64
0 commit comments