From a6cfa51e33003f7992fea85139985f69b6b77c3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:37:03 +0000 Subject: [PATCH] staticcheck: Update to version 2025.1.1 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index 0146f614d6..7fc7367c0d 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2025.1", + "version": "2025.1.1", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2025.1/staticcheck_windows_amd64.tar.gz", - "hash": "8df76e52ca5d46ebe4f1f6051c87abdefacbed8e4412478227b43d42e5bc8138" + "url": "https://github.com/dominikh/go-tools/releases/download/2025.1.1/staticcheck_windows_amd64.tar.gz", + "hash": "434d2fc10049a39fe069c6370cd45c1330871b01a4500fac970fcd6bfb1d1fe9" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2025.1/staticcheck_windows_386.tar.gz", - "hash": "f3f76fc2584123fb3ca620112f97310b1fdcf8c7d4c259dada28a370edb23295" + "url": "https://github.com/dominikh/go-tools/releases/download/2025.1.1/staticcheck_windows_386.tar.gz", + "hash": "619afd8189153bd3085a795786dde30230110ae57968ced7b5a27025488e3e00" } }, "extract_dir": "staticcheck",