Skip to content

Commit 870cb95

Browse files
committed
feat: update to go1.20
1 parent 39f30da commit 870cb95

File tree

58 files changed

+126
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+126
-134
lines changed

core/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/core
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/golang-jwt/jwt/v5 v5.2.1

examples/authentication/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/authentication
22

3-
go 1.18
3+
go 1.20
44

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

examples/authorization/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/authorization
22

3-
go 1.18
3+
go 1.20
44

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

examples/backgroundrefresh/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/backgroundrefresh
22

3-
go 1.18
3+
go 1.20
44

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

examples/configuration/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/configuration
22

3-
go 1.18
3+
go 1.20
44

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

examples/dns/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/dns
22

3-
go 1.18
3+
go 1.20
44

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

examples/errorhandling/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/errorhandling
22

3-
go 1.18
3+
go 1.20
44

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

examples/iaas/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/iaas
22

3-
go 1.18
3+
go 1.20
44

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

examples/iaasalpha/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/iaasalpha
22

3-
go 1.18
3+
go 1.20
44

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

examples/loadbalancer/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/loadbalancer
22

3-
go 1.18
3+
go 1.20
44

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

0 commit comments

Comments
 (0)