From 995c1bbc110c2ac10b05d30ea6b2fa2eeabe90b4 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Fri, 6 Dec 2024 12:14:27 +0100 Subject: [PATCH] use tagged go doc tool --- .github/workflows/generate-go-docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-go-docs.yaml b/.github/workflows/generate-go-docs.yaml index 8affc6fdd..42ac586a7 100644 --- a/.github/workflows/generate-go-docs.yaml +++ b/.github/workflows/generate-go-docs.yaml @@ -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/gomods@v0.1.3 go install golang.org/x/tools/gopls@latest @@ -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