Skip to content

Commit

Permalink
ci(docs): fix go-version-file path
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Feb 18, 2025
1 parent 21ec808 commit c5cd705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version-file: misc/devdeps/go.mod

- name: Install dependencies
working-directory: misc/devdeps
run: go mod download

- name: Build docs
Expand Down

0 comments on commit c5cd705

Please sign in to comment.