Skip to content

Commit e02ae6b

Browse files
authored
chore(go): upgrade go version 1.25 (#408)
1 parent 36d9e43 commit e02ae6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lint:
2525
- pkg/dist/*.yml
2626
runtimes:
2727
enabled:
28-
- go@1.24.1
28+
- go@1.25.3
2929
3030
3131
actions:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aiven/go-api-schemas
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/huandu/xstrings v1.5.0

0 commit comments

Comments
 (0)