Merge pull request #1329 from mtrmac/brew-update

Start macOS tests with (brew update)
This commit is contained in:
Miloslav Trmač 2021-06-23 21:14:54 +02:00 committed by GitHub
commit 69fd1d4be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,7 @@ cross_task:
image: catalina-xcode
setup_script: |
export PATH=$GOPATH/bin:$PATH
brew update
brew install gpgme go go-md2man
go get -u golang.org/x/lint/golint
test_script: |