Update go.yml

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

View file

@ -15,6 +15,9 @@ jobs:
- name: check out
uses: actions/checkout@v2
- name: go get
run: go get -u -v ./...
- name: vet and build
run: go vet ./... && go build