staticcheck: Update to version 2022.1.2

This commit is contained in:
github-actions[bot] 2022-05-17 16:31:58 +00:00
parent 9ddb18cd3a
commit c243488941

View File

@ -1,16 +1,16 @@
{
"version": "2022.1.1",
"version": "2022.1.2",
"description": "An advanced Go linter",
"homepage": "https://staticcheck.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1.1/staticcheck_windows_amd64.tar.gz",
"hash": "ad9500643d535924e805921842b2865887d6e71fabe987bc7cfd4ae0666080b0"
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1.2/staticcheck_windows_amd64.tar.gz",
"hash": "49cf38cb52abc47e36a573d2926ab5dfd15fa5ea3b4331b39d675c1b5a2f964f"
},
"32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1.1/staticcheck_windows_386.tar.gz",
"hash": "7d108b76b76eb73453561f539fb93baa80e20172de87be844b068eea3fff4ae2"
"url": "https://github.com/dominikh/go-tools/releases/download/2022.1.2/staticcheck_windows_386.tar.gz",
"hash": "86361cd558b2b3838c65fe6f99d7bb7351bffca6e97a58fef8241acd8d7d0287"
}
},
"extract_dir": "staticcheck",