update2
Some checks failed
Release / release (push) Failing after 1m25s

This commit is contained in:
zun.yang 2023-07-31 15:20:39 +08:00
parent 7e17ad4708
commit 477ef97d51

View File

@ -29,7 +29,7 @@ tasks:
deps:tools:
desc: Installs tools needed for building
vars:
GORELEASER_VERSION: "0.183.0"
GORELEASER_VERSION: "1.19.2"
cmds:
- '{{ if ne OS "windows" }} sh -c "curl -L https://github.com/goreleaser/goreleaser/releases/download/v{{ .GORELEASER_VERSION }}/goreleaser_$(uname -s)_$(uname -m).tar.gz | tar -xz -C $(go env GOPATH)/bin goreleaser"{{ else }} {{ end }}'
- '{{ if ne OS "windows" }} chmod +x $(go env GOPATH)/bin/goreleaser{{ else }} {{ end }}'