Skip to content

Commit

Permalink
#12: set GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmvp committed Dec 17, 2023
1 parent d7e7114 commit 14fdaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
pull_request:
branches: [ "main" ]
jobs:
env:
GOPATH: /home/runner/work/gopath
build:
env:
GOPATH: /home/runner/work/gopath
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 14fdaaa

Please sign in to comment.