From 146a7821ea27a4dc661dc88094863c84c38d6f86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:26:43 +0000 Subject: [PATCH] staticcheck: Update to version 2024.1 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index f046c6c723..e5cf4d3119 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2023.1.7", + "version": "2024.1", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_amd64.tar.gz", - "hash": "7fc2618493381208ac8c324a0b34449edfe24d00aa7351c331f230e0e0c195f9" + "url": "https://github.com/dominikh/go-tools/releases/download/2024.1/staticcheck_windows_amd64.tar.gz", + "hash": "5f0d5501d006d214ad69e071de914d912fa271496dd10948538c135a86710404" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_386.tar.gz", - "hash": "4e9b694b42a63250171e4b36d064bb3812a8f9f89b875e2b6a4bc4028f8306b6" + "url": "https://github.com/dominikh/go-tools/releases/download/2024.1/staticcheck_windows_386.tar.gz", + "hash": "5809b4e6204f93f4855c86b5f19ab04eb282e4ec99b59f886be1bb5c3b586061" } }, "extract_dir": "staticcheck",