From acc01577c1fc6b3fe5c215cb6929ad358621980c Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Wed, 15 Sep 2021 18:48:29 -0700 Subject: [PATCH] CI: Update go dependency to the latest version --- .github/workflows/deploying.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index c69ccbd..39be66e 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Installing packages run: | - brew install libtool automake cmake carthage go@1.14 swiftformat openssl libssh2 + brew install libtool automake cmake carthage go swiftformat openssl libssh2 brew install swiftlint || brew link --overwrite swiftlint gem install bundler - uses: actions/cache@v2