Skip to content

Commit 8a2ae7a

Browse files
committed
Update Go version to 1.26.1
1 parent 4a68874 commit 8a2ae7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.0
1+
1.26.1

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.26.0
11+
go 1.26.1
1212

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

0 commit comments

Comments
 (0)