From 14039dcb07bc9568fb4d4ab7171b683f27625c48 Mon Sep 17 00:00:00 2001 From: Denis Palnitsky Date: Thu, 28 Apr 2022 15:49:19 +0200 Subject: [PATCH] Staticcheck v1.2 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8c7a2db..35fd957 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,6 +32,6 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - uses: dominikh/staticcheck-action@v1.1.0 + - uses: dominikh/staticcheck-action@v1.2.0 with: - version: "2022.1.1" \ No newline at end of file + version: "2022.1" \ No newline at end of file