Skip to content

Commit

Permalink
Civo: update Ubuntu version due to deprecation of 16.04 (bionic)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Jul 7, 2021
1 parent f2ba8da commit 003e5f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,11 @@ func createHost(provider, name, region, zone, projectID, userData, inletsPort st
Additional: map[string]string{},
}, nil
} else if provider == "civo" {
const civoUbuntu2004ID = "d927ad2f-5073-4ed6-b2eb-b8e61aef29a8"
return &provision.BasicHost{
Name: name,
OS: "811a8dfb-8202-49ad-b1ef-1e6320b20497",
Plan: "g2.small",
OS: civoUbuntu2004ID,
Plan: "g3.xsmall",
Region: region,
UserData: userData,
Additional: map[string]string{},
Expand Down

0 comments on commit 003e5f1

Please sign in to comment.