Skip to content

Commit 145a595

Browse files
committed
go.mod: Bump to Go v1.25
Let's raise the minimum required Go version for the next minor StateDB release. This will allow using 'synctest' in the tests here. Signed-off-by: Jussi Maki <jussi.maki@isovalent.com>
1 parent 40be3e6 commit 145a595

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66

77
env:
8-
GO_VERSION: 1.23
8+
GO_VERSION: 1.25.6
99

1010
jobs:
1111
test:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66

77
env:
8-
GO_VERSION: 1.23
8+
GO_VERSION: 1.25.6
99

1010
jobs:
1111
test:

go.mod

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

3-
go 1.24
3+
go 1.25
44

55
require (
66
github.com/cilium/hive v0.0.0-20250731144630-28e7a35ed227

0 commit comments

Comments
 (0)