Skip to content

Commit

Permalink
use go get to update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebell committed Aug 25, 2020
1 parent de6b4f9 commit 1f98762
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/testonwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ jobs:
- name: Update Dependency
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mv go.mod go.mod.bak
go mod init github.com/wechaty/go-wechaty-getting-started
go mod tidy
run: go get -u ./...

- name: Verify Defference
run: |
echo "Verifying"
go get -u ./...
make install
make test
Expand Down

0 comments on commit 1f98762

Please sign in to comment.