Skip to content

Commit 995c1bb

Browse files
committed
use tagged go doc tool
1 parent 85a2210 commit 995c1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs
3030
run: |
3131
git config --global url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-token }}@github.com/".insteadOf "https://github.com/"
32-
go install github.com/smartcontractkit/generate-go-function-docs@latest
32+
go install github.com/smartcontractkit/generate-go-function-docs@v0.0.1
3333
go install github.com/jmank88/[email protected]
3434
go install golang.org/x/tools/gopls@latest
3535
@@ -55,7 +55,7 @@ jobs:
5555
- 'k8s-test-runner/**/*.go'
5656
framework:
5757
- 'framework/**/*.go'
58-
# later add tools here or make this filter dynamic (if possible)
58+
# later add tools here or, if possible, make this filter dynamic so that it's created based on the go modules in the repository
5959
6060
- name: Find all go modules in the repository and filter the ones that changed
6161
shell: bash

0 commit comments

Comments
 (0)