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'