diff --git a/command/config/config.go b/command/config/config.go index 94a00d5d..463e1c6b 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.54/"` + Path string `envconfig:"DRONE_LITE_ENGINE_PATH" default:"https://github.com/harness/lite-engine/releases/download/v0.5.55/"` 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 b7893746..0b7c4cd7 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.54 + github.com/harness/lite-engine v0.5.55 github.com/hashicorp/nomad/api v0.0.0-20230421025320-b4e6a70fe69b github.com/jmoiron/sqlx v1.3.5 github.com/joho/godotenv v1.5.1