Skip to content

Commit 12813ab

Browse files
committed
Fix go install
1 parent 92feb20 commit 12813ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "GOPATH=${{ runner.workspace }}" >> $GITHUB_ENV
2222
echo "${{ runner.workspace }}/bin" >> $GITHUB_PATH
2323
- name: Setup XGO
24-
run: go get github.com/crazy-max/xgo
24+
run: go install github.com/crazy-max/xgo@latest
2525

2626
- name: Check out code into the Go module directory
2727
uses: actions/checkout@v2

0 commit comments

Comments
 (0)