update go workflow

Added lines to create a directory that was non-existent
This commit is contained in:
Wyatt J. Miller 2019-10-05 16:16:55 -04:00 committed by GitHub
parent a3ede7c686
commit 77a9941a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,9 @@ jobs:
with:
go-version: 1.12
id: go
- name: Setup GOPATH
run: mkdir -p /home/runner/go/bin
- name: Check out code into the Go module directory
uses: actions/checkout@v1