From 8ed2ce159ffce6e96a7f9b278e01b3e615f742f1 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Fri, 17 Jun 2022 10:33:32 -0400 Subject: [PATCH] Install Go --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a4bdacd..2ceb43b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,7 @@ task: env: GITHUB_TOKEN: ENCRYPTED[!98ace8259c6024da912c14d5a3c5c6aac186890a8d4819fad78f3e0c41a4e0cd3a2537dd6e91493952fb056fa434be7c!] GORELEASER_KEY: ENCRYPTED[!9b80b6ef684ceaf40edd4c7af93014ee156c8aba7e6e5795f41c482729887b5c31f36b651491d790f1f668670888d9fd!] - install_script: brew install goreleaser/tap/goreleaser-pro + install_script: brew install go goreleaser/tap/goreleaser-pro info_script: - xcodebuild -version - swift -version