Skip to content

Commit 68d8308

Browse files
🌱 Update golang to 1.26 (#2743)
* Update golang to 1.26 Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com> * Update go.mod files across all modules to use golang 1.26 Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com> * update to go 1.26.3 Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com> --------- Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
1 parent afe40e5 commit 68d8308

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

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

3-
go 1.25.7
3+
go 1.26.3
44

55
require (
66
github.com/BurntSushi/toml v1.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module testdata
22

3-
go 1.25.3
3+
go 1.26.3
44

55
require github.com/go-logr/logr v1.4.3

hack/tools/test-profiling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/operator-framework/operator-controller/hack/tools/test-profiling
22

3-
go 1.25.3
3+
go 1.26.3
44

55
require (
66
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d

0 commit comments

Comments
 (0)