From 9c6966d2e1872666df60ca35ddd8ab75c2b5167f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:31:24 +0000 Subject: [PATCH] staticcheck: Update to version 2023.1.4 --- bucket/staticcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json index 015fb7304d..e08f1e45fb 100644 --- a/bucket/staticcheck.json +++ b/bucket/staticcheck.json @@ -1,16 +1,16 @@ { - "version": "2023.1.3", + "version": "2023.1.4", "description": "An advanced Go linter", "homepage": "https://staticcheck.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.3/staticcheck_windows_amd64.tar.gz", - "hash": "f7f38114aebf0a6595c7cbc4b3924bb2da636ac71169b7dc19440cb1e577eec9" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.4/staticcheck_windows_amd64.tar.gz", + "hash": "e9c25a4ac364374cae630b0593345f9fbcbc5bb9468e8af0678f6033e7d66932" }, "32bit": { - "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.3/staticcheck_windows_386.tar.gz", - "hash": "1c62b37a284dbaccf054074a92f6fc2e29a446c60210ab2fdebde8f306b1760d" + "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.4/staticcheck_windows_386.tar.gz", + "hash": "5335edd702ff8bba60e19943ae18efcb96f6a68ae9719ce386cf740dd376464d" } }, "extract_dir": "staticcheck",