Skip to content

Commit ec8947a

Browse files
author
Marcell Csendes
committed
Fix GitHub Actions cache issues for projects without dependencies
1 parent 396120a commit ec8947a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/setup-go@v5
3838
with:
3939
go-version: '1.22.x'
40+
cache: false
4041

4142
# Build each command separately
4243
- name: Cross-Compile

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-go@v5
3131
with:
3232
go-version: '1.22.x'
33+
cache: false
3334

3435
- name: Build binaries
3536
env:

0 commit comments

Comments
 (0)