goreleaser: Update to version 1.10.1

This commit is contained in:
github-actions[bot] 2022-07-05 04:32:58 +00:00
parent a61d254353
commit 1e89ea0866

View File

@ -1,16 +1,16 @@
{ {
"version": "1.10.0", "version": "1.10.1",
"description": "Release automation tool for Go projects.", "description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com", "homepage": "https://goreleaser.com",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.10.0/goreleaser_Windows_x86_64.zip", "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.10.1/goreleaser_Windows_x86_64.zip",
"hash": "7db4095e902b675e8aeb008f6f1dedcb834c3a80b2968626a330108846f959e1" "hash": "8a864525882f587768f80b73d08d334497c069f4220ba3989fd019994f01b6b4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.10.0/goreleaser_Windows_i386.zip", "url": "https://github.com/goreleaser/goreleaser/releases/download/v1.10.1/goreleaser_Windows_i386.zip",
"hash": "99ca0957b4740dbeb0732ae98a9f990ac7961c290493c1bde3a4ba625684e0b8" "hash": "95af5e11c1237c0ce0eaf6ef9b54d529738c93a9c79eb21a8a4bdbc6df81a9fe"
} }
}, },
"bin": "goreleaser.exe", "bin": "goreleaser.exe",