Skip to content

Commit d0728d5

Browse files
committed
.github/workflows/ci.yml: no cache on setup go
1 parent f98dac9 commit d0728d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-go@v4
2727
with:
2828
go-version: 1.22.x
29+
cache: false
2930
- name: Checkout
3031
uses: actions/checkout@v4
3132
- name: Cache Modules

0 commit comments

Comments
 (0)