update runner-go to include invalid http response code fix

This commit is contained in:
Brad Rydzewski
2020-10-08 16:00:28 -04:00
parent ce4a8ea66c
commit 67e6ccef43
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.5.3
### Fixed
- unexpected http code from server must always fail pipeline (from runner-go)
## 1.5.2
### Added
- trace logging for semaphore acquisition and release