Skip to content

Commit a328e6e

Browse files
authored
Update extra.yml
1 parent c5bb8c3 commit a328e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Setup Go environment
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.14.4 # optional
19+
go-version: 1.18.0 # optional
2020
- name: Update Dependency
21-
run: go get github.com/wechaty/go-wechaty
21+
run: go get -u github.com/wechaty/go-wechaty
2222

2323
- name: Test
2424
run: |

0 commit comments

Comments
 (0)