Skip to content

Commit 4b1c13a

Browse files
author
Yago Carlos Fernandez Gou
committed
Address review: adjust Go version and region value
1 parent f4cec17 commit 4b1c13a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/intake/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stackitcloud/stackit-sdk-go/examples/intake
22

3-
go 1.24.7
3+
go 1.21
44

55
require (
66
github.com/stackitcloud/stackit-sdk-go/core v0.17.3

examples/intake/intake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
func main() {
15-
region := "REGION" // Region where the resources will be created
15+
region := "eu01" // Region where the resources will be created
1616
projectId := "PROJECT_ID" // Your STACKIT project ID
1717

1818
dremioCatalogURI := "DREMIO_CATALOG_URI" // E.g., "https://my-dremio-catalog.data-platform.stackit.run/iceberg"

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.24.7
1+
go 1.21
22

33
use (
44
./core

0 commit comments

Comments
 (0)