From 55858e5192f1156494fd0b2a6c1b6b9b2eee1eea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:31:00 +0000 Subject: [PATCH] staticcheck: Update to version 2023.1.6 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index f0a773a4b8..aa4de57d2e 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2023.1.5", + "version": "2023.1.6", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.5/staticcheck_windows_amd64.tar.gz", - "hash": "98e07142b1d753a0f4b1769f8010cee711fbcf5490fa3cf782ae40626978ac43" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.6/staticcheck_windows_amd64.tar.gz", + "hash": "9509e152af922496843907d3dd6908b3f6747b20283841dee9dc02c1c70342ce" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.5/staticcheck_windows_386.tar.gz", - "hash": "d12430c7be5d0ee86e990f7d9418f8a6a60513f93c4748bc2a9281eacce3dea6" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.6/staticcheck_windows_386.tar.gz", + "hash": "740681136d73b9dae8936ef6d514a17149477b73e7f1537eacf5b52f8e615c5a" } }, "extract_dir": "staticcheck",