We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21beb9 commit 0357a4bCopy full SHA for 0357a4b
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Add GOBIN to PATH
32
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
33
- name: Install dependencies
34
- run: GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
+ run: go install golang.org/x/exp/cmd/apidiff@latest
35
- name: Checkout old code
36
uses: actions/checkout@v4
37
with:
0 commit comments