Update go.yml

This commit is contained in:
bjdgyc 2021-03-01 16:08:14 +08:00 committed by GitHub
parent 4928ad5f62
commit 8709dbaba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@ jobs:
go-version: 1.15
id: go
- name: Switch path
run: cd server
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Switch path
run: cd server
- name: Get dependencies
run: |
go get -v -t -d ./...