Skip to content

Commit 96fe9e0

Browse files
authored
Update extra.yml
1 parent 7e04aa7 commit 96fe9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: 1.18.0 # optional
2020
- name: Update Dependency
21-
run: go get -u github.com/wechaty/go-wechaty
21+
run: go get -u -v github.com/wechaty/go-wechaty@latest
2222

2323
- name: Test
2424
run: |

0 commit comments

Comments
 (0)