Skip to content

Commit b548a40

Browse files
committed
Update Go version to 1.25.6
1 parent fabe311 commit b548a40

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.5
1+
1.25.6

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.5
11+
go 1.25.6
1212

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

0 commit comments

Comments
 (0)