Update go.yml
This commit is contained in:
parent
b7267badb9
commit
3122cfa5cb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -15,6 +15,9 @@ jobs:
|
||||||
|
|
||||||
- name: check out
|
- name: check out
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: go get
|
||||||
|
run: go get -u -v ./...
|
||||||
|
|
||||||
- name: vet and build
|
- name: vet and build
|
||||||
run: go vet ./... && go build
|
run: go vet ./... && go build
|
||||||
|
|
Loading…
Reference in a new issue