CI: Update homebrew and use the latest go version

This commit is contained in:
Mingshen Sun 2021-09-19 16:56:15 -07:00
parent a133f44564
commit 5057528ad9
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Installing packages
run: |
brew update
brew install libtool automake cmake carthage swiftformat openssl libssh2
brew install swiftlint || brew link --overwrite swiftlint
brew install go || brew link --overwrite go