Skip to content

Commit

Permalink
Fix static check (1st attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Apr 22, 2024
1 parent 1c13868 commit 914725e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
args:
--config=./.golangci.yml

- name: staticcheck
uses: dominikh/staticcheck-action@v1.2.0
- name: Static check
uses: dominikh/staticcheck-action@v1
with:
version: "2022.1.1"
version: "latest"
install-go: false

0 comments on commit 914725e

Please sign in to comment.