From b907bf93b4e985a74212774f1f8cb6b4a1798ef4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:31:07 +0000 Subject: [PATCH] staticcheck: Update to version 2023.1.3 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index 28b8aed922..015fb7304d 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2023.1.2", + "version": "2023.1.3", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.2/staticcheck_windows_amd64.tar.gz", - "hash": "275d9587cf4c91b59dd235057ca6909b3ca996971bef642c9bf34808f8163ff2" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.3/staticcheck_windows_amd64.tar.gz", + "hash": "f7f38114aebf0a6595c7cbc4b3924bb2da636ac71169b7dc19440cb1e577eec9" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.2/staticcheck_windows_386.tar.gz", - "hash": "3fc9dcfda1cc205900cbaaa701281f85f556223fee496bd208cb32e9a0736d2d" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.3/staticcheck_windows_386.tar.gz", + "hash": "1c62b37a284dbaccf054074a92f6fc2e29a446c60210ab2fdebde8f306b1760d" } }, "extract_dir": "staticcheck",