Skip to content

Commit f306555

Browse files
committed
update
1 parent 302d7c2 commit f306555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
path: ./src/github.com/${{ github.repository }}
1818

1919
- uses: actions/setup-go@v2
20+
env:
21+
GOPATH: ${{ env.GITHUB_WORKSPACE }}
2022
with:
2123
go-version: ${{ matrix.go }}
2224

2325
- name: Environment
24-
env:
25-
GOPATH: ${{ env.GITHUB_WORKSPACE }}
2626
run: |
2727
go version
2828
go env

0 commit comments

Comments
 (0)