Skip to content

Commit 2568cb5

Browse files
committed
Bump Go to 1.25.0
Signed-off-by: hwdef <[email protected]>
1 parent 9c76f83 commit 2568cb5

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ formatters:
99
- goimports
1010
settings: # please keep this alphabetized
1111
gci:
12+
skip-generated: true
13+
custom-order: true
1214
sections:
1315
- standard
1416
- default

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go.etcd.io/etcd-operator
22

3-
go 1.24.0
4-
5-
toolchain go1.24.6
3+
go 1.25.0
64

75
require (
86
github.com/cert-manager/cert-manager v1.18.2

tools/mod/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go.etcd.io/etcd-operator/tools/mod
22

3-
go 1.24.0
4-
5-
toolchain go1.24.6
3+
go 1.25.0
64

75
require (
86
github.com/elastic/crd-ref-docs v0.2.0

0 commit comments

Comments
 (0)