Skip to content

Commit

Permalink
Specify GOPATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 13, 2024
1 parent d6e6c6f commit f33da81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
# it relies on the existence of a go.sum file.
cache: false
go-version: 1.20
env:
GOPATH: ${{ runner.workspace }}/go
- name: Lookup Go cache directory
id: go-cache
run: echo "dir=$(go env GOCACHE)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f33da81

Please sign in to comment.