Skip to content

Commit

Permalink
Increase server version to 1.3 (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjdawson2016 authored and shreyassrivatsan committed Jul 30, 2019
1 parent fa8c331 commit d0e663f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions service/frontend/versionchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@ package frontend
import (
"context"

"github.com/hashicorp/go-version"
"go.uber.org/yarpc"

"github.com/hashicorp/go-version.git"
gen "github.com/uber/cadence/.gen/go/shared"
"github.com/uber/cadence/common"
"go.uber.org/yarpc"
)

var versionSupported = map[string]version.Constraints{
"uber-go": mustNewConstraint("<1.2"),
"uber-java": mustNewConstraint("<1.2"),
"cli": mustNewConstraint("<1.2"),
"uber-go": mustNewConstraint("<1.3"),
"uber-java": mustNewConstraint("<1.3"),
"cli": mustNewConstraint("<1.3"),
}

type (
Expand Down

0 comments on commit d0e663f

Please sign in to comment.