From 65ddcca946ee060e59252552ad830d269e005afb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 02:06:17 +0000 Subject: [PATCH] staticcheck: Update to version 2022.1 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index 45c74cd04d..2a051d5a8c 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2021.1.2", + "version": "2022.1", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2021.1.2/staticcheck_windows_amd64.tar.gz", - "hash": "0e6a8d050b1210870aea4191bab6400c18efcaa85829ba6f7a33ffa8ac559136" + "url": "https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_windows_amd64.tar.gz", + "hash": "f7ae8359cf7b1e3e72ed76a6551dd430d391fcce3c1fd78efafc29a012c5ae21" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2021.1.2/staticcheck_windows_386.tar.gz", - "hash": "b3348908ecc1b7985b1eefd544331d7514e42eabf7e740c5bc3534059dbe0a42" + "url": "https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_windows_386.tar.gz", + "hash": "90ada8e50740b1ca10e17021beee7c31507935ca830586886f4f0678f24a7ca4" } }, "extract_dir": "staticcheck",