Skip to content

Commit c31c3d4

Browse files
authored
No cache, get/build
1 parent 0cf40b5 commit c31c3d4

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,8 +17,12 @@ jobs:
1717
uses: actions/setup-go@v4
1818
with:
1919
go-version: "1.20.x"
20-
cache: true
20+
cache: false
2121

22+
- name: get
23+
run: |
24+
go get
25+
2226
- name: build
2327
run: |
2428
go build

0 commit comments

Comments
 (0)