Skip to content

Commit

Permalink
chore: Update staticcheck config to force 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
arusso committed Nov 7, 2023
1 parent 32e6347 commit 4d2ff79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
name: runner / staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: "1.21"

- uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit 4d2ff79

Please sign in to comment.