Skip to content

Commit

Permalink
Bump staticcheck version in CI config and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Feb 15, 2025
1 parent 1054a1d commit 64268e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
go install golang.org/x/tools/cmd/stringer@latest
go install golang.org/x/tools/cmd/goimports@latest
# Keep the versions of staticcheck and codespell in sync with docs/workflows.md
go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
go install honnef.co/go/tools/cmd/staticcheck@v0.6.0
pip install codespell==2.3.0
- name: Run checks
run: make all-checks
Expand Down
2 changes: 1 addition & 1 deletion docs/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The checks depend on some external programs, which can be installed as follows:

```sh
go install golang.org/x/tools/cmd/goimports@latest
go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
go install honnef.co/go/tools/cmd/staticcheck@v0.6.0
pip install --user codespell==2.3.0
```

Expand Down

0 comments on commit 64268e6

Please sign in to comment.