update go workflow
Added lines to create a directory that was non-existent
This commit is contained in:
parent
a3ede7c686
commit
77a9941a0e
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user