Skip to content

Commit 2822f7c

Browse files
committed
use newer go doc generator
1 parent cb02f63 commit 2822f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs
3232
run: |
3333
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
34+
go install github.com/smartcontractkit/[email protected].2
3535
go install github.com/jmank88/[email protected]
3636
go install golang.org/x/tools/gopls@latest
3737

0 commit comments

Comments
 (0)