Update go.yml

This commit is contained in:
Mel Boyce 2020-02-29 22:25:23 +11:00 committed by GitHub
parent 3122cfa5cb
commit 7b607b0a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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