Skip to content

Commit 05ca4ad

Browse files
yepzdkclaude
andcommitted
Disable Go cache in release workflow
No external dependencies, so caching is unnecessary and was producing a warning about missing go.sum. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 364416c commit 05ca4ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-go@v5
2020
with:
2121
go-version: '1.21'
22+
cache: false # No external dependencies
2223

2324
- name: Build binaries
2425
run: make build-all

0 commit comments

Comments
 (0)