| commit | e0e1a088d6857fd5ca9044c0a330fb2ad54020b4 | [log] [tgz] |
|---|---|---|
| author | D. Can Celasun <can@dcc.im> | Fri May 10 09:18:11 2019 +0200 |
| committer | Duru Can Celasun <can@dcc.im> | Fri May 10 21:08:07 2019 +0200 |
| tree | 2cb0456f987dca7c5bd10637b5eac6c1a51a56bf | |
| parent | 8f7487e1086d8da6baff3376679436e526dd8fd0 [diff] |
THRIFT-4855: Pin golang/mock to 1.2.0 The latest version (1.3.0) requires us to switch to Go modules for our tests, but that's not trivial given our directory structure. For now, just fix the CI issues by pinning the version.