Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed May 30, 2021
1 parent 0561090 commit ea5bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e-linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
for eksdVersion, expected := range map[string]string{
"v1.20": "v1.20.4-eks-1-20-1",
"v1.19": "v1.19.8-eks-1-19-4",
"v1.18": "v1.18.16-eks-1-18-4",
"v1.18": "v1.18.16-eks-1-18-5",
} {
if err := script.Run("ekz", "create", "cluster", "--provider="+provider, "--eksd-version="+eksdVersion); err != nil {
panic(err)
Expand Down

0 comments on commit ea5bce4

Please sign in to comment.