Closed f-moya closed 3 years ago
The current build is failing due to mac os environment using go 1.16 instead of 1.15 which seems to have broken our ci for both linux and macos. Installing golang 1.15 using brew wasn't possible so I installed it manually.
go 1.16
1.15
The current build is failing due to mac os environment using
go 1.16
instead of1.15
which seems to have broken our ci for both linux and macos. Installing golang 1.15 using brew wasn't possible so I installed it manually.