From 34250676d7fc66126b9161aae4215aaebaf29123 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:27:48 +0000 Subject: [PATCH] staticcheck: Update to version 2023.1.7 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index aa4de57d2e..f046c6c723 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2023.1.6", + "version": "2023.1.7", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.6/staticcheck_windows_amd64.tar.gz", - "hash": "9509e152af922496843907d3dd6908b3f6747b20283841dee9dc02c1c70342ce" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_amd64.tar.gz", + "hash": "7fc2618493381208ac8c324a0b34449edfe24d00aa7351c331f230e0e0c195f9" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.6/staticcheck_windows_386.tar.gz", - "hash": "740681136d73b9dae8936ef6d514a17149477b73e7f1537eacf5b52f8e615c5a" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_386.tar.gz", + "hash": "4e9b694b42a63250171e4b36d064bb3812a8f9f89b875e2b6a4bc4028f8306b6" } }, "extract_dir": "staticcheck",