Skip to content

Commit

Permalink
maybe fix go action again
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Mar 22, 2023
1 parent cdc749a commit c84983b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Benchmark
run: go test -run=^$ -bench=BenchmarkReference -benchmem

- name: Staticcheck
uses: dominikh/[email protected]
with:
version: "2022.1"
# not compatible with examples directory and no way to exclude it (?)
# - name: Staticcheck
# uses: dominikh/[email protected]
# with:
# version: "2022.1.3"

0 comments on commit c84983b

Please sign in to comment.