We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb02f63 commit 2822f7cCopy full SHA for 2822f7c
.github/workflows/generate-go-docs.yaml
@@ -31,7 +31,7 @@ jobs:
31
GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs
32
run: |
33
git config --global url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-token }}@github.com/".insteadOf "https://github.com/"
34
- go install github.com/smartcontractkit/[email protected].1
+ go install github.com/smartcontractkit/[email protected].2
35
go install github.com/jmank88/[email protected]
36
go install golang.org/x/tools/gopls@latest
37
0 commit comments