We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17c2e8 commit 3ed4b8fCopy full SHA for 3ed4b8f
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
runs-on: ${{ matrix.os }}
71
env:
72
GOPATH: ${{ github.workspace }}
73
+ GOBIN: ${{ github.workspace }}/bin
74
75
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
76
0 commit comments