staticcheck: Update to version 2023.1.4

This commit is contained in:
github-actions[bot] 2023-08-17 12:31:24 +00:00
parent 06562b3b8e
commit 9c6966d2e1

View File

@ -1,16 +1,16 @@
{ {
"version": "2023.1.3", "version": "2023.1.4",
"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.3/staticcheck_windows_amd64.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.4/staticcheck_windows_amd64.tar.gz",
"hash": "f7f38114aebf0a6595c7cbc4b3924bb2da636ac71169b7dc19440cb1e577eec9" "hash": "e9c25a4ac364374cae630b0593345f9fbcbc5bb9468e8af0678f6033e7d66932"
}, },
"32bit": { "32bit": {
"url": "https://github.com/dominikh/go-tools/releases/download/2023.1.3/staticcheck_windows_386.tar.gz", "url": "https://github.com/dominikh/go-tools/releases/download/2023.1.4/staticcheck_windows_386.tar.gz",
"hash": "1c62b37a284dbaccf054074a92f6fc2e29a446c60210ab2fdebde8f306b1760d" "hash": "5335edd702ff8bba60e19943ae18efcb96f6a68ae9719ce386cf740dd376464d"
} }
}, },
"extract_dir": "staticcheck", "extract_dir": "staticcheck",