Skip to content

Commit e5b8832

Browse files
committed
Fix gitlab ci warning about caching go.sum
1 parent d24a727 commit e5b8832

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
uses: actions/setup-go@v5
1111
with:
1212
go-version: 1.22
13+
with:
14+
cache: false
1315
- name: Checkout code
1416
uses: actions/checkout@v4
1517
- name: Lint
@@ -25,6 +27,8 @@ jobs:
2527
uses: actions/setup-go@v5
2628
with:
2729
go-version: 1.22
30+
with:
31+
cache: false
2832
- name: Checkout code
2933
uses: actions/checkout@v4
3034
- name: Unit Tests

0 commit comments

Comments
 (0)