Skip to content

Commit ae3c914

Browse files
committed
fix: gopath doesn't be set in github actions runner
Signed-off-by: Daniel Hu <[email protected]>
1 parent fe920e6 commit ae3c914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v2
1717
with:
1818
go-version: 1.20
19+
go-path: ${{ runner.workspace }}/go
1920

2021
- name: Check out code
2122
uses: actions/checkout@v2

0 commit comments

Comments
 (0)