We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a5184 commit 4303b6aCopy full SHA for 4303b6a
.github/workflows/ci.yml
@@ -24,13 +24,8 @@ jobs:
24
- name: Check out code into the Go module directory
25
uses: actions/checkout@v2
26
27
- - name: Add GOPATH/bin to PATH
28
- # temporary fix
29
- # see https://github.com/actions/setup-go/issues/14
30
- run: |
31
- set -euo pipefail
32
- echo "##[set-env name=GOPATH;]$(dirname $GITHUB_WORKSPACE)"
33
- echo "##[add-path]$(dirname $GITHUB_WORKSPACE)/bin"
+ - name: Add GOPATH
+ run: echo "::add-path::$(go env GOPATH)/bin"
34
35
- name: Install dependencies
36
run: go mod download
0 commit comments