Skip to content

Commit 2a4e67e

Browse files
committed
chore(sdk): update minimal go version from 1.21 to 1.25
1 parent b3f5f23 commit 2a4e67e

File tree

160 files changed

+432
-195
lines changed

Some content is hidden

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

160 files changed

+432
-195
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.21", "1.22", "1.23", "1.24", "1.25"]
11+
go-version: ["1.25", "1.26"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: 1.21
35+
go-version: 1.25
3636
- name: Install project tools and dependencies
3737
run: make project-tools
3838
- name: Lint

CHANGELOG.md

Lines changed: 191 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,171 @@
11
## Release (2026-MM-DD)
2-
- `alb`: [v0.13.2](services/alb/CHANGELOG.md#v0132)
3-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
4-
- `albwaf`: [v0.3.2](services/albwaf/CHANGELOG.md#v032)
5-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
6-
- `archiving`: [v0.2.6](services/archiving/CHANGELOG.md#v026)
7-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
8-
- `auditlog`: [v0.3.3](services/auditlog/CHANGELOG.md#v033)
9-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
10-
- `authorization`: [v0.14.3](services/authorization/CHANGELOG.md#v0143)
11-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
12-
- `cdn`: [v1.13.2](services/cdn/CHANGELOG.md#v1132)
13-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
14-
- `certificates`: [v1.5.2](services/certificates/CHANGELOG.md#v152)
15-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
16-
- `cost`: [v0.2.2](services/cost/CHANGELOG.md#v022)
17-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
18-
- `dns`: [v0.19.3](services/dns/CHANGELOG.md#v0193)
19-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
20-
- `edge`: [v0.8.2](services/edge/CHANGELOG.md#v082)
21-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
22-
- `git`: [v0.11.2](services/git/CHANGELOG.md#v0112)
23-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
2+
- `alb`:
3+
- [v0.13.2](services/alb/CHANGELOG.md#v0132)
4+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
5+
- [v0.14.0](services/alb/CHANGELOG.md#v0140)
6+
- Minimal go version is now Go 1.25
7+
- `albwaf`:
8+
- [v0.3.2](services/albwaf/CHANGELOG.md#v032)
9+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
10+
- [v0.4.0](services/albwaf/CHANGELOG.md#v040)
11+
- Minimal go version is now Go 1.25
12+
- `archiving`:
13+
- [v0.2.6](services/archiving/CHANGELOG.md#v026)
14+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
15+
- [v0.3.0](services/archiving/CHANGELOG.md#v030)
16+
- Minimal go version is now Go 1.25
17+
- `auditlog`:
18+
- [v0.3.3](services/auditlog/CHANGELOG.md#v033)
19+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
20+
- `auditlog`: [v0.4.0](services/auditlog/CHANGELOG.md#v040)
21+
- Minimal go version is now Go 1.25
22+
- `authorization`:
23+
- [v0.14.3](services/authorization/CHANGELOG.md#v0143)
24+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
25+
- [v0.15.0](services/authorization/CHANGELOG.md#v0150)
26+
- Minimal go version is now Go 1.25
27+
- `cdn`:
28+
- [v1.13.2](services/cdn/CHANGELOG.md#v1132)
29+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
30+
- [v1.14.0](services/cdn/CHANGELOG.md#v1140)
31+
- Minimal go version is now Go 1.25
32+
- `certificates`:
33+
- [v1.5.2](services/certificates/CHANGELOG.md#v152)
34+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
35+
- [v1.6.0](services/certificates/CHANGELOG.md#v160)
36+
- Minimal go version is now Go 1.25
37+
- `cost`:
38+
- [v0.2.2](services/cost/CHANGELOG.md#v022)
39+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
40+
- [v0.3.0](services/cost/CHANGELOG.md#v030)
41+
- Minimal go version is now Go 1.25
42+
- `dns`:
43+
- [v0.19.3](services/dns/CHANGELOG.md#v0193)
44+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
45+
- [v0.20.0](services/dns/CHANGELOG.md#v0200)
46+
- Minimal go version is now Go 1.25
47+
- `edge`:
48+
- [v0.8.2](services/edge/CHANGELOG.md#v082)
49+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
50+
- [v0.9.0](services/edge/CHANGELOG.md#v090)
51+
- Minimal go version is now Go 1.25
52+
- `git`:
53+
- [v0.11.2](services/git/CHANGELOG.md#v0112)
54+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
55+
- [v0.12.0](services/git/CHANGELOG.md#v0120)
56+
- Minimal go version is now Go 1.25
2457
- `iaas`:
2558
- [v1.9.1](services/iaas/CHANGELOG.md#v191)
2659
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
2760
- [v1.9.2](services/iaas/CHANGELOG.md#v192)
2861
- **Dependencies:** Bump STACKIT SDK resourcemanager module from `v0.21.1` to `v0.21.2`
29-
- `intake`: [v0.7.3](services/intake/CHANGELOG.md#v073)
30-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
31-
- `kms`: [v1.6.2](services/kms/CHANGELOG.md#v162)
32-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
33-
- `lbapplication`: [v0.5.7](services/lbapplication/CHANGELOG.md#v057)
34-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
35-
- `loadbalancer`: [v1.11.2](services/loadbalancer/CHANGELOG.md#v1112)
36-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
37-
- `logme`: [v0.27.3](services/logme/CHANGELOG.md#v0273)
38-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
39-
- `logs`: [v0.7.3](services/logs/CHANGELOG.md#v073)
40-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
41-
- `mariadb`: [v0.27.3](services/mariadb/CHANGELOG.md#v0273)
42-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
43-
- `modelserving`: [v0.8.3](services/modelserving/CHANGELOG.md#v083)
44-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
45-
- `mongodbflex`: [v1.7.3](services/mongodbflex/CHANGELOG.md#v173)
46-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
47-
- `objectstorage`: [v1.7.2](services/objectstorage/CHANGELOG.md#v172)
48-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
49-
- `observability`: [v0.20.2](services/observability/CHANGELOG.md#v0202)
50-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
51-
- `opensearch`: [v0.26.3](services/opensearch/CHANGELOG.md#v0263)
52-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
53-
- `postgresflex`: [v1.6.3](services/postgresflex/CHANGELOG.md#v163)
54-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
55-
- `rabbitmq`: [v0.28.3](services/rabbitmq/CHANGELOG.md#v0283)
56-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
57-
- `redis`: [v0.27.3](services/redis/CHANGELOG.md#v0273)
58-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
59-
- `resourcemanager`: [v0.21.2](services/resourcemanager/CHANGELOG.md#v0212)
60-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
61-
- `runcommand`: [v1.6.3](services/runcommand/CHANGELOG.md#v163)
62-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
63-
- `scf`: [v0.6.3](services/scf/CHANGELOG.md#v063)
64-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
65-
- `secretsmanager`: [v0.16.3](services/secretsmanager/CHANGELOG.md#v0163)
66-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
67-
- `serverbackup`: [v1.5.3](services/serverbackup/CHANGELOG.md#v153)
68-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
69-
- `serverupdate`: [v1.4.3](services/serverupdate/CHANGELOG.md#v143)
70-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
62+
- [v1.10.0](services/iaas/CHANGELOG.md#v1100)
63+
- Minimal go version is now Go 1.25
64+
- `intake`:
65+
- [v0.7.3](services/intake/CHANGELOG.md#v073)
66+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
67+
- [v0.8.0](services/intake/CHANGELOG.md#v080)
68+
- Minimal go version is now Go 1.25
69+
- `kms`:
70+
- [v1.6.2](services/kms/CHANGELOG.md#v162)
71+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
72+
- [v1.7.0](services/kms/CHANGELOG.md#v170)
73+
- Minimal go version is now Go 1.25
74+
- `lbapplication`:
75+
- [v0.5.7](services/lbapplication/CHANGELOG.md#v057)
76+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
77+
- [v0.6.0](services/lbapplication/CHANGELOG.md#v060)
78+
- Minimal go version is now Go 1.25
79+
- `loadbalancer`:
80+
- [v1.11.2](services/loadbalancer/CHANGELOG.md#v1112)
81+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
82+
- [v1.12.0](services/loadbalancer/CHANGELOG.md#v1120)
83+
- Minimal go version is now Go 1.25
84+
- `logme`:
85+
- [v0.27.3](services/logme/CHANGELOG.md#v0273)
86+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
87+
- [v0.28.0](services/logme/CHANGELOG.md#v0280)
88+
- Minimal go version is now Go 1.25
89+
- `logs`:
90+
- [v0.7.3](services/logs/CHANGELOG.md#v073)
91+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
92+
- [v0.8.0](services/logs/CHANGELOG.md#v080)
93+
- Minimal go version is now Go 1.25
94+
- `mariadb`:
95+
- [v0.27.3](services/mariadb/CHANGELOG.md#v0273)
96+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
97+
- [v0.28.0](services/mariadb/CHANGELOG.md#v0280)
98+
- Minimal go version is now Go 1.25
99+
- `modelserving`:
100+
- [v0.8.3](services/modelserving/CHANGELOG.md#v083)
101+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
102+
- [v0.9.0](services/modelserving/CHANGELOG.md#v090)
103+
- Minimal go version is now Go 1.25
104+
- `mongodbflex`:
105+
- [v1.7.3](services/mongodbflex/CHANGELOG.md#v173)
106+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
107+
- [v1.8.0](services/mongodbflex/CHANGELOG.md#v180)
108+
- Minimal go version is now Go 1.25
109+
- `objectstorage`:
110+
- [v1.7.2](services/objectstorage/CHANGELOG.md#v172)
111+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
112+
- [v1.8.0](services/objectstorage/CHANGELOG.md#v180)
113+
- Minimal go version is now Go 1.25
114+
- `observability`:
115+
- [v0.20.2](services/observability/CHANGELOG.md#v0202)
116+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
117+
- [v0.21.0](services/observability/CHANGELOG.md#v0210)
118+
- Minimal go version is now Go 1.25
119+
- `opensearch`:
120+
- [v0.26.3](services/opensearch/CHANGELOG.md#v0263)
121+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
122+
- [v0.27.0](services/opensearch/CHANGELOG.md#v0270)
123+
- Minimal go version is now Go 1.25
124+
- `postgresflex`:
125+
- [v1.6.3](services/postgresflex/CHANGELOG.md#v163)
126+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
127+
- [v1.7.0](services/postgresflex/CHANGELOG.md#v170)
128+
- Minimal go version is now Go 1.25
129+
- `rabbitmq`:
130+
- [v0.28.3](services/rabbitmq/CHANGELOG.md#v0283)
131+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
132+
- [v0.29.0](services/rabbitmq/CHANGELOG.md#v0290)
133+
- Minimal go version is now Go 1.25
134+
- `redis`:
135+
- [v0.27.3](services/redis/CHANGELOG.md#v0273)
136+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
137+
- [v0.28.0](services/redis/CHANGELOG.md#v0280)
138+
- Minimal go version is now Go 1.25
139+
- `resourcemanager`:
140+
- [v0.21.2](services/resourcemanager/CHANGELOG.md#v0212)
141+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
142+
- [v0.22.0](services/resourcemanager/CHANGELOG.md#v0220)
143+
- Minimal go version is now Go 1.25
144+
- `runcommand`:
145+
- [v1.6.3](services/runcommand/CHANGELOG.md#v163)
146+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
147+
- [v1.7.0](services/runcommand/CHANGELOG.md#v170)
148+
- Minimal go version is now Go 1.25
149+
- `scf`:
150+
- [v0.6.3](services/scf/CHANGELOG.md#v063)
151+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
152+
- [v0.7.0](services/scf/CHANGELOG.md#v070)
153+
- Minimal go version is now Go 1.25
154+
- `secretsmanager`:
155+
- [v0.16.3](services/secretsmanager/CHANGELOG.md#v0163)
156+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
157+
- [v0.17.0](services/secretsmanager/CHANGELOG.md#v0170)
158+
- Minimal go version is now Go 1.25
159+
- `serverbackup`:
160+
- [v1.5.3](services/serverbackup/CHANGELOG.md#v153)
161+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
162+
- [v1.6.0](services/serverbackup/CHANGELOG.md#v160)
163+
- Minimal go version is now Go 1.25
164+
- `serverupdate`:
165+
- [v1.4.3](services/serverupdate/CHANGELOG.md#v143)
166+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
167+
- [v1.5.0](services/serverupdate/CHANGELOG.md#v150)
168+
- Minimal go version is now Go 1.25
71169
- `serviceaccount`:
72170
- [v0.16.1](services/serviceaccount/CHANGELOG.md#v0161)
73171
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
@@ -78,21 +176,40 @@
78176
- Deprecated SDK layer in root of the module:
79177
- Add `TokenEndpoint` field to `CreateServiceAccountKeyResponseCredentials` struct
80178
- Remove `TokenEndpoint` field from `ServiceAccount` struct
81-
- `serviceenablement`: [v1.4.3](services/serviceenablement/CHANGELOG.md#v143)
82-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
83-
- `sfs`: [v0.6.3](services/sfs/CHANGELOG.md#v063)
84-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
85-
- `ske`: [v1.11.2](services/ske/CHANGELOG.md#v1112)
86-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
179+
- [v0.18.0](services/serviceaccount/CHANGELOG.md#v0180)
180+
- Minimal go version is now Go 1.25
181+
- `serviceenablement`:
182+
- [v1.4.3](services/serviceenablement/CHANGELOG.md#v143)
183+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
184+
- [v1.5.0](services/serviceenablement/CHANGELOG.md#v150)
185+
- Minimal go version is now Go 1.25
186+
- `sfs`:
187+
- [v0.6.3](services/sfs/CHANGELOG.md#v063)
188+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
189+
- [v0.7.0](services/sfs/CHANGELOG.md#v070)
190+
- Minimal go version is now Go 1.25
191+
- `ske`:
192+
- [v1.11.2](services/ske/CHANGELOG.md#v1112)
193+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
194+
- [v1.12.0](services/ske/CHANGELOG.md#v1120)
195+
- Minimal go version is now Go 1.25
87196
- `sqlserverflex`:
88197
- [v1.6.3](services/sqlserverflex/CHANGELOG.md#v163)
89198
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
90199
- [v1.7.0](services/sqlserverflex/CHANGELOG.md#v170)
91200
- `v3beta1api`: Align package to latest API specification
92-
- `stackitmarketplace`: [v1.17.5](services/stackitmarketplace/CHANGELOG.md#v1175)
93-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
94-
- `vpn`: [v0.4.2](services/vpn/CHANGELOG.md#v042)
95-
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
201+
- [v1.8.0](services/sqlserverflex/CHANGELOG.md#v180)
202+
- Minimal go version is now Go 1.25
203+
- `stackitmarketplace`:
204+
- [v1.17.5](services/stackitmarketplace/CHANGELOG.md#v1175)
205+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
206+
- [v1.18.0](services/stackitmarketplace/CHANGELOG.md#v1180)
207+
- Minimal go version is now Go 1.25
208+
- `vpn`:
209+
- [v0.4.2](services/vpn/CHANGELOG.md#v042)
210+
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`
211+
- [v0.5.0](services/vpn/CHANGELOG.md#v050)
212+
- Minimal go version is now Go 1.25
96213

97214
## Release (2026-04-07)
98215
- `alb`: [v0.13.1](services/alb/CHANGELOG.md#v0131)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The usage of the SDK is shown in some [examples](https://github.com/stackitcloud
1515

1616
## Getting started
1717

18-
Requires `Go 1.21` or higher.
18+
Requires `Go 1.25` or higher.
1919

2020
To download the `core` module:
2121

@@ -269,4 +269,4 @@ See the [release documentation](./RELEASE.md) for further information.
269269

270270
## License
271271

272-
Apache 2.0
272+
Apache 2.0

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.21
3+
go 1.25
44

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

examples/auditlog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module auditlog
22

3-
go 1.21
3+
go 1.25
44

55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/auditlog => ../../services/auditlog

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.21
3+
go 1.25
44

55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dns

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.21
3+
go 1.25
44

55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/authorization => ../../services/authorization

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.21
3+
go 1.25
44

55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dns

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.21
3+
go 1.25
44

55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/dns => ../../services/dns

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

3-
go 1.21
3+
go 1.25
44

55
// This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub.
66
replace github.com/stackitcloud/stackit-sdk-go/services/cost => ../../services/cost

0 commit comments

Comments
 (0)