go 1.14 and an important fix Migrate to go 1.14 and update the dependencies, as well as tooling. Previously, the code assumed that there will always be a "pending" notification sent, and used that to mark that the CI has detected the PR. However, in many cases pending might be omitted, especially when there is a high load on the CI. This release changes the detection to work on any status notification, making it more accurate.