Skip to content

Commit

Permalink
Set GOPATH manually for GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 30, 2020
1 parent 3dc513b commit f1c041a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: "on"
GOPATH: "/home/runner/go"
steps:

- name: Install Dependencies
Expand Down

0 comments on commit f1c041a

Please sign in to comment.