-
Notifications
You must be signed in to change notification settings - Fork 15
#26 broke the build- fix histogram tests and keep compatibility with older golang versions #31
Conversation
bejelith
commented
Nov 11, 2021
•
edited
Loading
edited
- Build broke by Update Go modules and wavefront-sdk-go v0.9.8 #26 so had to change go.mod.
- Reworked tests to make more resilient in case of dependency changes.
4eb9648
to
7fab915
Compare
7fab915
to
2bf91ee
Compare
is there anybody working on this repository ? @joannak-vmware @vikramraman @laullon |
Hi @bejelith , I added myself as reviewer since I did the version bump, and will add an additional reviewer soon |
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/stretchr/testify v1.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you please explain why you can't use the latest version of testify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Their travis buils against very old versions of golang that do not support 1.7. the question is why are they still testing against golang 1.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok thanks for fixing this.
I cannot merge it as im not authorized |
@bejelith , have merged changes. |