Skip to content

Commit

Permalink
Merge pull request #47 from estesp/fix-gh-env
Browse files Browse the repository at this point in the history
Remove use of deprecated GH Actions env/path sets
  • Loading branch information
fuweid committed Jan 12, 2021
2 parents 5d7e141 + 375a4da commit ad71182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Setup Go binary path
shell: bash
run: |
echo "::set-env name=GOPATH::${{ github.workspace }}"
echo "::add-path::${{ github.workspace }}/bin"
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit ad71182

Please sign in to comment.