staticcheck: Update to version 2022.1

This commit is contained in:
github-actions[bot] 2022-03-30 02:06:17 +00:00
parent 3f5bd947a4
commit 65ddcca946

View File

@ -1,16 +1,16 @@
{ {
"version": "2021.1.2", "version": "2022.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/2021.1.2/staticcheck_windows_amd64.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_windows_amd64.tar.gz",
"hash": "0e6a8d050b1210870aea4191bab6400c18efcaa85829ba6f7a33ffa8ac559136" "hash": "f7ae8359cf7b1e3e72ed76a6551dd430d391fcce3c1fd78efafc29a012c5ae21"
}, },
"32bit": { "32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2021.1.2/staticcheck_windows_386.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2022.1/staticcheck_windows_386.tar.gz",
"hash": "b3348908ecc1b7985b1eefd544331d7514e42eabf7e740c5bc3534059dbe0a42" "hash": "90ada8e50740b1ca10e17021beee7c31507935ca830586886f4f0678f24a7ca4"
} }
}, },
"extract_dir": "staticcheck", "extract_dir": "staticcheck",