Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Aug 28, 2021
1 parent 914ed2d commit 47f618f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- name: Setup env
run: |
echo "::set-env name=GOPATH::$HOME/go"
echo "::set-env name=PATH::$PATH:$HOME/go/bin"
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -25,15 +20,10 @@ jobs:
name: depscheck
runs-on: ubuntu-latest
steps:
- name: Setup env
run: |
echo "::set-env name=GOPATH::$HOME/go"
echo "::set-env name=PATH::$PATH:$HOME/go/bin"
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 47f618f

Please sign in to comment.