Skip to content

Commit

Permalink
use the version of Go in go.mod for staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 28, 2023
1 parent e2164af commit 1c1716f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: misspell
uses: reviewdog/action-misspell@v1
with:
Expand Down

0 comments on commit 1c1716f

Please sign in to comment.