We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8909c70 commit c61f2f7Copy full SHA for c61f2f7
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set environment variables
19
shell: bash
20
run: |
21
- echo "GOPATH=${{ runner.workspace }}"" >> $GITHUB_ENV
+ 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
0 commit comments