From 3c1c58c8eb82201d6ed974ca66ada9aa5d24cc2b Mon Sep 17 00:00:00 2001 From: rimas Date: Fri, 5 Mar 2021 19:35:32 +0200 Subject: [PATCH] Signed-off-by: rimas --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 540db37..876b75a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: working_directory: /go/src/github.com/helm/helm-2to3 steps: - checkout - - run: curl -sL https://git.io/goreleaser | bash + - run: curl -sL https://raw.githubusercontent.com/goreleaser/get/master/get | VERSION=v0.158.0 bash workflows: version: 2 untagged-build: