Skip to content

Commit 4f92f3e

Browse files
authored
Update main.yml
1 parent c587e55 commit 4f92f3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
uses: actions/setup-go@v4
1818
with:
1919
go-version: "1.20.x"
20-
cache: true
20+
cache: false
21+
22+
- name: get
23+
run: |
24+
go get
2125
2226
- name: build
2327
run: |

0 commit comments

Comments
 (0)