staticcheck: Update to version 2023.1.7

This commit is contained in:
github-actions[bot] 2024-02-22 16:27:48 +00:00
parent 004dce65b1
commit 34250676d7

View File

@ -1,16 +1,16 @@
{ {
"version": "2023.1.6", "version": "2023.1.7",
"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.6/staticcheck_windows_amd64.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_amd64.tar.gz",
"hash": "9509e152af922496843907d3dd6908b3f6747b20283841dee9dc02c1c70342ce" "hash": "7fc2618493381208ac8c324a0b34449edfe24d00aa7351c331f230e0e0c195f9"
}, },
"32bit": { "32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.6/staticcheck_windows_386.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.7/staticcheck_windows_386.tar.gz",
"hash": "740681136d73b9dae8936ef6d514a17149477b73e7f1537eacf5b52f8e615c5a" "hash": "4e9b694b42a63250171e4b36d064bb3812a8f9f89b875e2b6a4bc4028f8306b6"
} }
}, },
"extract_dir": "staticcheck", "extract_dir": "staticcheck",