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