Skip to content

Commit 0ff71d5

Browse files
committed
add go path
1 parent b9f8469 commit 0ff71d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
uses: actions/setup-go@v3
3939
with:
4040
go-version-file: go.mod
41+
- name: Determine GOPATH
42+
id: go
43+
run: echo "::set-output name=go_path::$(go env GOPATH)"
4144
- name: Build binary
4245
uses: goreleaser/goreleaser-action@v3
4346
with:

0 commit comments

Comments
 (0)