Skip to content

Commit 31571be

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

File tree

162 files changed

+438
-196
lines changed

Some content is hidden

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

162 files changed

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

97216
## Release (2026-04-07)
98217
- `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/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.25.0
2+
- Minimal go version is now Go 1.25
3+
14
## v0.24.1
25
- **Improvement:** Fix misleading error messages in authentication setup and credentials parsing.
36

core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.24.1
1+
v0.25.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

0 commit comments

Comments
 (0)