Skip to content

Commit df8ef1a

Browse files
committed
Update Go version to 1.25.5
1 parent 7723236 commit df8ef1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.3
1+
1.25.5

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module github.com/oracle/coherence-operator
88
// See ./.go-version for the go compiler version used when building binaries
99
//
1010
// https://go.dev/doc/modules/gomod-ref#go
11-
go 1.25.3
11+
go 1.25.5
1212

1313
require (
1414
github.com/fsnotify/fsnotify v1.9.0

0 commit comments

Comments
 (0)