ci: lock boltz client to latest working version#3367
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3367 +/- ##
=======================================
Coverage 56.12% 56.12%
=======================================
Files 116 116
Lines 15116 15116
=======================================
Hits 8484 8484
Misses 6632 6632 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1bddc48 to
2a15b3d
Compare
| @@ -1,4 +1,4 @@ | |||
| FROM boltz/boltz-client:latest AS boltz | |||
| FROM boltz/boltz-client:2.8.3 AS boltz | |||
There was a problem hiding this comment.
latest has long been fixed: BoltzExchange/boltz-client#540
2.8.3 is already 5 releases behind
There was a problem hiding this comment.
should we still lock to one release just in case latest breaks or has breaking changes?
what would be the correct version for that to not be surprised?
There was a problem hiding this comment.
should we still lock to one release just in case latest breaks or has breaking changes?
No. There won't be breaking changes and latest is fine.
what would be the correct version for that to not be surprised?
Latest.
|
Please move back to latest @dni When you opened this PR it was already fixed btw |
boltz latest is broken