Skip to content

Commit 9e17bbe

Browse files
committed
github: remove warning during builds
for unknown reasons setup-go emits this warning on alpine linux only. Warning: There are no cache folders on the disk disabling the cache should remove the warning.
1 parent 01a9024 commit 9e17bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ jobs:
440440
- uses: actions/setup-go@v5
441441
with:
442442
go-version-file: './go.mod'
443+
cache: false
443444
- uses: actions/download-artifact@v4
444445
with:
445446
name: "${{ env.BIN }}"

0 commit comments

Comments
 (0)