Skip to content

Commit

Permalink
ci: Add options to staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mertssmnoglu committed Dec 3, 2023
1 parent 0328ae8 commit 87f9d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.21.4'
- run:
go version
- name: Setup Staticcheck
uses: dominikh/[email protected]
with:
version: "2023.1.6"
version: "2023.1.6"
install-go: false
min-go-version: ">=1.21.4"

0 comments on commit 87f9d22

Please sign in to comment.