diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aff975642a72..5fdc44f9f26b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '>=1.20.0' + go-version: '1.20.14' - uses: actions/checkout@v2 with: diff --git a/cluster-autoscaler/main.go b/cluster-autoscaler/main.go index b7bc3aeb8e48..285a6af58c97 100644 --- a/cluster-autoscaler/main.go +++ b/cluster-autoscaler/main.go @@ -325,7 +325,7 @@ func createAutoscalingOptions() config.AutoscalingOptions { GpuTotal: parsedGpuTotal, NodeGroups: *nodeGroupsFlag, EnforceNodeGroupMinSize: *enforceNodeGroupMinSize, - NodeInfosProcessorPodTemplates: *podTemplatesProcessor, + NodeInfosProcessorPodTemplates: *podTemplatesProcessor, ScaleDownDelayAfterAdd: *scaleDownDelayAfterAdd, ScaleDownDelayAfterDelete: *scaleDownDelayAfterDelete, ScaleDownDelayAfterFailure: *scaleDownDelayAfterFailure,