From e13a778755f4cf513abc2dd57bbc080cf1c6c69c Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Tue, 21 Jan 2025 10:55:58 -0600 Subject: [PATCH] chore: Fix linkchecker and go version used in CI --- .github/workflows/link-checker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index d73c7d8d75..d97e6eb4a4 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup Go uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0 with: - go-version: 1.21.x + go-version: 1.22.x cache: false - name: Install doc dependencies @@ -33,4 +33,4 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 #v2.2.0 with: - args: --exclude-all-private --exclude-mail --exclude-file .github/workflows/exclude-file.txt --exclude-path goformation --verbose --no-progress './**/*.md' './**/*.html' + args: --exclude-all-private --exclude-mail --exclude-file .github/workflows/exclude-file.txt --exclude-path pkg/goformation --verbose --no-progress './**/*.md' './**/*.html'