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 0abbf92 commit 31345b2Copy full SHA for 31345b2
.github/workflows/build.yml
@@ -27,8 +27,8 @@ jobs:
27
28
- name: Set up path
29
run: |
30
- echo "::set-env name=GOPATH::$(go env GOPATH)"
31
- echo "::add-path::$(go env GOPATH)/bin"
+ echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
+ echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
32
shell: bash
33
34
- name: Check out code into the Go module directory
0 commit comments