Skip to content

Commit

Permalink
chore(lint): update staticcheck version, disable its go install (#1447)
Browse files Browse the repository at this point in the history
* chore(lint): update staticcheck version, disable its go install

* chore(lint): update staticcheck version to 2023.1
  • Loading branch information
noahdietz authored Dec 2, 2024
1 parent ec53443 commit 400bfbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
with:
go-version-file: 'go.mod'
- name: staticcheck
uses: dominikh/[email protected].0
uses: dominikh/[email protected].1
with:
version: "2022.1.1"
version: "2023.1"
install-go: false
quality-checker:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 400bfbd

Please sign in to comment.