Skip to content

Commit

Permalink
use tagged go doc tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 6, 2024
1 parent 85a2210 commit 995c1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-go-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GOPRIVATE: github.com/smartcontractkit/generate-go-function-docs
run: |
git config --global url."https://x-access-token:${{ steps.setup-github-token-read.outputs.access-token }}@github.com/".insteadOf "https://github.com/"
go install github.com/smartcontractkit/generate-go-function-docs@latest
go install github.com/smartcontractkit/generate-go-function-docs@v0.0.1
go install github.com/jmank88/[email protected]
go install golang.org/x/tools/gopls@latest
Expand All @@ -55,7 +55,7 @@ jobs:
- 'k8s-test-runner/**/*.go'
framework:
- 'framework/**/*.go'
# later add tools here or make this filter dynamic (if possible)
# later add tools here or, if possible, make this filter dynamic so that it's created based on the go modules in the repository
- name: Find all go modules in the repository and filter the ones that changed
shell: bash
Expand Down

0 comments on commit 995c1bb

Please sign in to comment.