Skip to content

Commit

Permalink
github: fix apidiff check
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Nov 24, 2020
1 parent 199a06d commit bf3dc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
go-version: 1.13.x
- name: Add GOBIN to PATH
run: echo "::add-path::$(go env GOPATH)/bin"
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
- name: Install dependencies
run: GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
- name: Checkout old code
Expand Down

0 comments on commit bf3dc06

Please sign in to comment.