update go workflow
Added lines to create a directory that was non-existent
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -16,6 +16,9 @@ jobs:
|
|||||||
go-version: 1.12
|
go-version: 1.12
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
|
- name: Setup GOPATH
|
||||||
|
run: mkdir -p /home/runner/go/bin
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user