diff --git a/command/config/config.go b/command/config/config.go index 9a96d165..3a12e635 100644 --- a/command/config/config.go +++ b/command/config/config.go @@ -326,7 +326,7 @@ type EnvConfig struct { PluginBinaryURI string `envconfig:"DRONE_PLUGIN_BINARY_URI" default:"https://github.com/drone/plugin/releases/download/v0.3.5-beta"` } LiteEngine struct { - Path string `envconfig:"DRONE_LITE_ENGINE_PATH" default:"https://github.com/harness/lite-engine/releases/download/v0.5.56/"` + Path string `envconfig:"DRONE_LITE_ENGINE_PATH" default:"https://github.com/harness/lite-engine/releases/download/v0.5.57/"` EnableMock bool `envconfig:"DRONE_LITE_ENGINE_ENABLE_MOCK"` MockStepTimeoutSecs int `envconfig:"DRONE_LITE_ENGINE_MOCK_STEP_TIMEOUT_SECS" default:"120"` } diff --git a/go.mod b/go.mod index 21c00d43..4c069db7 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/google/go-cmp v0.5.9 github.com/google/uuid v1.3.0 github.com/google/wire v0.5.0 - github.com/harness/lite-engine v0.5.56 + github.com/harness/lite-engine v0.5.57 github.com/hashicorp/nomad/api v0.0.0-20230421025320-b4e6a70fe69b github.com/jmoiron/sqlx v1.3.5 github.com/joho/godotenv v1.5.1 diff --git a/go.sum b/go.sum index 46854c2d..94c132ad 100644 --- a/go.sum +++ b/go.sum @@ -228,12 +228,8 @@ github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= -github.com/harness/lite-engine v0.5.54 h1:D4hTDeRN86IHeUrJ9tbPeF5VsWjRTN2/4ynsMY2nAO0= -github.com/harness/lite-engine v0.5.54/go.mod h1:l8Ws4f6cbvEzgZ+9krEn/thslrU4bRlyqEigK6Gdfqk= -github.com/harness/lite-engine v0.5.55 h1:FYnMR6REnAdy4F2DjgNb74IWpEYheFT+IR4LW01FxPk= -github.com/harness/lite-engine v0.5.55/go.mod h1:l8Ws4f6cbvEzgZ+9krEn/thslrU4bRlyqEigK6Gdfqk= -github.com/harness/lite-engine v0.5.56 h1:g3TB6HGL7YBphp0fB5r/Q1sq47xEpdNpHmbb4QQMukI= -github.com/harness/lite-engine v0.5.56/go.mod h1:l8Ws4f6cbvEzgZ+9krEn/thslrU4bRlyqEigK6Gdfqk= +github.com/harness/lite-engine v0.5.57 h1:/6tVaG5sHeVKQnN4bIDjGueGxEv0d1rQFJmhhZZNPJ4= +github.com/harness/lite-engine v0.5.57/go.mod h1:l8Ws4f6cbvEzgZ+9krEn/thslrU4bRlyqEigK6Gdfqk= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/cronexpr v1.1.1 h1:NJZDd87hGXjoZBdvyCF9mX4DCq5Wy7+A/w+A7q0wn6c=