Update go.yml
This commit is contained in:
parent
3122cfa5cb
commit
7b607b0a87
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
- name: check out
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: go get
|
||||
run: go get -u -v ./...
|
||||
- name: deps
|
||||
run: go get -v -t -d ./...
|
||||
|
||||
- name: vet and build
|
||||
run: go vet ./... && go build
|
||||
|
|
Loading…
Reference in a new issue