Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Xcode version for Darwin test builds (#122)
Support for Xcode 12.0.0 has been deprecated on CircleCI. This change updates the build configuration to use the latest stable Xcode version available. While testing it was found that the build steps were actually downloading an older version of Go 1.17 and not the expected latest version. This change explicitly sets the version of Go to be used for test builds. There has to be a better wait to do this so we may look to replace this config at a future time.
- Loading branch information