Skip to content

Commit 034e4d9

Browse files
committed
feat: switch to go 1.21
1 parent 76fb527 commit 034e4d9

File tree

58 files changed

+59
-59
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

+59
-59
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
go-version: ["1.20", "1.21", "1.22", "1.23"]
11+
go-version: ["1.21", "1.22", "1.23"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, macos-latest]
28-
go-version: ["1.20", "1.21", "1.22", "1.23"]
28+
go-version: ["1.21", "1.22", "1.23"]
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion

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.20
3+
go 1.21
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.20
3+
go 1.21
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.20
3+
go 1.21
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.20
3+
go 1.21
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.20
3+
go 1.21
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.20
3+
go 1.21
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.20
3+
go 1.21
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.20
3+
go 1.21
44

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

0 commit comments

Comments
 (0)