We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cec17 commit 4b1c13aCopy full SHA for 4b1c13a
examples/intake/go.mod
@@ -1,6 +1,6 @@
1
module github.com/stackitcloud/stackit-sdk-go/examples/intake
2
3
-go 1.24.7
+go 1.21
4
5
require (
6
github.com/stackitcloud/stackit-sdk-go/core v0.17.3
examples/intake/intake.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
func main() {
15
- region := "REGION" // Region where the resources will be created
+ region := "eu01" // Region where the resources will be created
16
projectId := "PROJECT_ID" // Your STACKIT project ID
17
18
dremioCatalogURI := "DREMIO_CATALOG_URI" // E.g., "https://my-dremio-catalog.data-platform.stackit.run/iceberg"
go.work
@@ -1,4 +1,4 @@
use (
./core
0 commit comments