From c243488941d9763b3b94286e5ea14ca5dd31bef0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 16:31:58 +0000 Subject: [PATCH] staticcheck: Update to version 2022.1.2 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index 9e5ad8eca6..ae6fdf0e59 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2022.1.1", + "version": "2022.1.2", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2022.1.1/staticcheck_windows_amd64.tar.gz", - "hash": "ad9500643d535924e805921842b2865887d6e71fabe987bc7cfd4ae0666080b0" + "url": "https://github.com/dominikh/go-tools/releases/download/2022.1.2/staticcheck_windows_amd64.tar.gz", + "hash": "49cf38cb52abc47e36a573d2926ab5dfd15fa5ea3b4331b39d675c1b5a2f964f" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2022.1.1/staticcheck_windows_386.tar.gz", - "hash": "7d108b76b76eb73453561f539fb93baa80e20172de87be844b068eea3fff4ae2" + "url": "https://github.com/dominikh/go-tools/releases/download/2022.1.2/staticcheck_windows_386.tar.gz", + "hash": "86361cd558b2b3838c65fe6f99d7bb7351bffca6e97a58fef8241acd8d7d0287" } }, "extract_dir": "staticcheck",