Skip to content

Commit fa7da64

Browse files
authored
chore: switch to custom setup-go (#131)
1 parent 68b9b50 commit fa7da64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
node-version: '24'
6161

6262
- name: Setup Go
63-
uses: actions/setup-go@v5
63+
uses: ./.github/actions/setup-go
6464
with:
6565
go-version: ${{ env.GO_VERSION }}
66+
cache-name: release-go
6667

6768
- name: Install pnpm
6869
run: corepack enable

0 commit comments

Comments
 (0)