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

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/docker/go-connections v0.3.0 // indirect
github.com/drone/drone-go v1.2.1-0.20200326064413-195394da1018
github.com/drone/envsubst v1.0.2
github.com/drone/runner-go v1.6.1-0.20200921171532-3b4667a1ac54
github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03
github.com/drone/signal v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect

2
go.sum
View File

@@ -56,6 +56,8 @@ github.com/drone/runner-go v1.6.1-0.20200921133603-3bba1bdfc563 h1:swfE/yWVK8Elk
github.com/drone/runner-go v1.6.1-0.20200921133603-3bba1bdfc563/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
github.com/drone/runner-go v1.6.1-0.20200921171532-3b4667a1ac54 h1:wcvBrqRl9QX7f1Uo+hJUXH3PxGVzQ0dVOcpqoc3AhSs=
github.com/drone/runner-go v1.6.1-0.20200921171532-3b4667a1ac54/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03 h1:4ebPdaawF8/5zKZxRpN+yHO7ucvdVLm4ATZsgTLHR3Q=
github.com/drone/runner-go v1.6.1-0.20201008195716-df774e029a03/go.mod h1:+Zc4z9/xqlqkFkAcqOtuYjYS77d2PeuWh0PxxibHfNs=
github.com/drone/signal v1.0.0 h1:NrnM2M/4yAuU/tXs6RP1a1ZfxnaHwYkd0kJurA1p6uI=
github.com/drone/signal v1.0.0/go.mod h1:S8t92eFT0g4WUgEc/LxG+LCuiskpMNsG0ajAMGnyZpc=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=