Skip to content

Commit

Permalink
Fix staticcheck in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Apr 1, 2022
1 parent 5105eaf commit 90f99d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ jobs:
${{ runner.os }}-go-
- name: Run staticcheck
run: make staticcheck
uses: dominikh/[email protected]
with:
version: "2022.1"
install-go: false
cache-key: ${{ matrix.go }}

unittesting:
name: unit testing (Go ${{ matrix.go }})
Expand Down

0 comments on commit 90f99d2

Please sign in to comment.