Skip to content

Commit 1f98762

Browse files
committed
use go get to update deps
1 parent de6b4f9 commit 1f98762

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/testonwin.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ jobs:
2525
- name: Update Dependency
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: |
29-
mv go.mod go.mod.bak
30-
go mod init github.com/wechaty/go-wechaty-getting-started
31-
go mod tidy
28+
run: go get -u ./...
3229

3330
- name: Verify Defference
3431
run: |
3532
echo "Verifying"
36-
go get -u ./...
3733
make install
3834
make test
3935

0 commit comments

Comments
 (0)