Skip to content

Commit

Permalink
g5 to g6
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-1 committed Jun 7, 2024
1 parent 2d2d76d commit dd37257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/example_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func Example() {
fmt.Println("### Error:", err)

if spendMoney {
linode, err = linodeClient.CreateInstance(context.Background(), linodego.InstanceCreateOptions{Region: "us-southeast", Type: "g5-nanode-1", FirewallID: GetFirewallID()})
linode, err = linodeClient.CreateInstance(context.Background(), linodego.InstanceCreateOptions{Region: "us-southeast", Type: "g6-nanode-1", FirewallID: GetFirewallID()})
if err != nil {
log.Fatalln("* While creating instance: ", err)
}
Expand Down

0 comments on commit dd37257

Please sign in to comment.