From 88890ad9f1a17b2c6c7746afb5f017e974eb91fe Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Tue, 3 Oct 2023 16:57:59 +0200 Subject: [PATCH] ci(.github): fix setup-go go.mod path in update-docs workflow (#7946) Signed-off-by: Mike Beaumont --- .github/workflows/update-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index 59354aac9981..efa51a79ede7 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -19,7 +19,7 @@ jobs: path: repo - uses: actions/setup-go@v4 with: - go-version-file: go.mod + go-version-file: repo/go.mod - name: "sync docs" # loop over all the branches and generate the docs run: | cd repo