You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -152,7 +152,7 @@ Make sure you have `git`, `golang 1.12` and `goreleaser` installed, and make gor
152
152
153
153
```bash
154
154
# To download the latest goreleaser binary for linux (https://github.com/goreleaser/goreleaser/releases)
155
-
$ curl -sL https://github.com/goreleaser/goreleaser/releases/download/v0.108.0/goreleaser_Linux_x86_64.tar.gz | tar xz
155
+
$ curl -sL https://github.com/goreleaser/goreleaser/releases/download/v0.109.0/goreleaser_Linux_x86_64.tar.gz | tar xz
156
156
```
157
157
158
158
Also make sure you are able to clone all your repositories in a non-interactive way. Just configure ssh-key and add the remote VCS to your known hosts.
0 commit comments