Skip to content

Commit b040d7b

Browse files
committed
chore: fix ci cache and formatting, ensure 36_json is present
1 parent a7539fa commit b040d7b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
uses: actions/setup-go@v4
1919
with:
2020
go-version: '1.22'
21+
22+
- name: Clean Go module cache
23+
run: rm -rf ~/go/pkg/mod
24+
25+
- name: Cache Go modules
26+
uses: actions/cache@v3
2127

2228
- name: Cache Go modules
2329
uses: actions/cache@v3

0 commit comments

Comments
 (0)