Skip to content

Commit bb641bc

Browse files
committed
fix: gopath doesn't be set in github actions runner
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
1 parent fe920e6 commit bb641bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Set up Go
16-
uses: actions/setup-go@v2
16+
uses: actions/setup-go@v4
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)