staticcheck: Update to version 2024.1

This commit is contained in:
github-actions[bot] 2024-08-13 20:26:43 +00:00
parent 60a4953add
commit 146a7821ea

View File

@ -1,16 +1,16 @@
{ {
"version": "2023.1.7", "version": "2024.1",
"description": "An advanced Go linter", "description": "An advanced Go linter",
"homepage": "https://staticcheck.io", "homepage": "https://staticcheck.io",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_amd64.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2024.1/staticcheck_windows_amd64.tar.gz",
"hash": "7fc2618493381208ac8c324a0b34449edfe24d00aa7351c331f230e0e0c195f9" "hash": "5f0d5501d006d214ad69e071de914d912fa271496dd10948538c135a86710404"
}, },
"32bit": { "32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_386.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2024.1/staticcheck_windows_386.tar.gz",
"hash": "4e9b694b42a63250171e4b36d064bb3812a8f9f89b875e2b6a4bc4028f8306b6" "hash": "5809b4e6204f93f4855c86b5f19ab04eb282e4ec99b59f886be1bb5c3b586061"
} }
}, },
"extract_dir": "staticcheck", "extract_dir": "staticcheck",