Closed tendervittles closed 5 years ago
I'm trying to run benchmarks from the last commit (2b136956a56bc65dddfa4bdaf7d1728ae2c90d50).
Using Go 1.8 and all fresh dependencies, I'm seeing lots of build problems.
Ideally, a process would regularly update all dependencies to ensure that everything still works.
Barring that, capturing the current dependencies in vendor would allow me to recreate your exact setup.
Regular updates that are captured in vendor would be sweet.
Fixed by 052672f2944d5f4205b707a55ab1764ffa321f23
Go modules are used now. However, this still requires manual dependency updates.
I'm trying to run benchmarks from the last commit (2b136956a56bc65dddfa4bdaf7d1728ae2c90d50).
Using Go 1.8 and all fresh dependencies, I'm seeing lots of build problems.
Ideally, a process would regularly update all dependencies to ensure that everything still works.
Barring that, capturing the current dependencies in vendor would allow me to recreate your exact setup.
Regular updates that are captured in vendor would be sweet.