We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92feb20 commit 12813abCopy full SHA for 12813ab
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "GOPATH=${{ runner.workspace }}" >> $GITHUB_ENV
22
echo "${{ runner.workspace }}/bin" >> $GITHUB_PATH
23
- name: Setup XGO
24
- run: go get github.com/crazy-max/xgo
+ run: go install github.com/crazy-max/xgo@latest
25
26
- name: Check out code into the Go module directory
27
uses: actions/checkout@v2
0 commit comments