Skip to content

Commit b0809d8

Browse files
committed
update ci.yml file
1 parent bf49b27 commit b0809d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
go-version: '1.24'
2121

22+
- name: Download Go modules
23+
run: go mod download
24+
2225
- name: Cache Go modules
2326
uses: actions/cache@v3
2427
with:

0 commit comments

Comments
 (0)