Skip to content

Commit 18786d1

Browse files
committed
ci: Disable build setup-go cache flag (#309)
1 parent 096f69f commit 18786d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/setup-go@v5
2525
with:
2626
go-version: ${{ matrix.goVer }}
27+
cache: false
2728
id: go
2829

2930
- name: cache go modules

0 commit comments

Comments
 (0)