Skip to content

Commit

Permalink
chore: Fix linkchecker and go version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jan 21, 2025
1 parent 8be8c93 commit e13a778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit e13a778

Please # to comment.