diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 674aecf2..ad066a0f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,6 +12,12 @@ jobs: go-version: 1.13 id: go + - name: setup env + run: | + echo "::set-env name=GOPATH::$(go env GOPATH)" + echo "::add-path::$(go env GOPATH)/bin" + shell: bash + - name: Check out code into the Go module directory uses: actions/checkout@v1