From fc47b22488cb132772df3768faacc8f996bd9ca6 Mon Sep 17 00:00:00 2001 From: Sanjit Bhat Date: Thu, 20 Jun 2024 19:58:21 -0400 Subject: [PATCH] pin staticcheck version for better caching --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cc74d8..265a90c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,5 @@ jobs: - name: Lint run: | - go install honnef.co/go/tools/cmd/staticcheck@latest + go install honnef.co/go/tools/cmd/staticcheck@v0.4.7 staticcheck -f stylish ./...