From 77a9941a0ecc2606f74804a26ea02d6a1bb293cb Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 5 Oct 2019 16:16:55 -0400 Subject: [PATCH] update go workflow Added lines to create a directory that was non-existent --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8677fe0..3844f8a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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