Skip to content

Commit

Permalink
install apidiff with 'go install'
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Nov 21, 2024
1 parent c21beb9 commit 0357a4b
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 @@ -31,7 +31,7 @@ jobs:
- name: Add GOBIN to PATH
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
- name: Install dependencies
run: GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
run: go install golang.org/x/exp/cmd/apidiff@latest
- name: Checkout old code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0357a4b

Please sign in to comment.