Skip to content

Commit

Permalink
Fix min scheduler version to be 1.14.x
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza committed Jun 27, 2024
1 parent 9768c63 commit fdf5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/standalone/standalone.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const (
schedulerMetricPort = 59091
schedulerEtcdPort = 52379

daprVersionsWithScheduler = ">= 1.13.x"
daprVersionsWithScheduler = ">= 1.14.x"
)

var (
Expand Down

0 comments on commit fdf5455

Please sign in to comment.