Skip to content

Commit d853a7c

Browse files
committed
use v1alpha1 API everywhere
1 parent 06fbdb0 commit d853a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/namespaces/block/v1alpha1/block_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"reflect"
99

1010
"github.com/scaleway/scaleway-cli/v2/core"
11-
"github.com/scaleway/scaleway-sdk-go/api/block/v1"
11+
block "github.com/scaleway/scaleway-sdk-go/api/block/v1alpha1"
1212
"github.com/scaleway/scaleway-sdk-go/scw"
1313
)
1414

0 commit comments

Comments
 (0)