aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 175b384..9cec2f6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,8 +53,4 @@ jobs:
run: go vet ./...
- name: Go staticcheck
- uses: dominikh/staticcheck-action@v1.2.0
- with:
- version: "2022.1.1"
- install-go: false
- cache-key: ${{ matrix.go }}
+ run: go run honnef.co/go/tools/cmd/staticcheck@2022.1.3 ./...