From 5cbe4d557a1ecff7ae7b72ea932bad7d835d2a41 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Mon, 17 Aug 2026 16:47:41 -0400 Subject: [PATCH] chore(deps): bump Go to 1.26.6 on REL_5_8 Match the main-branch Go toolchain bump (see #4541) for the August 2026 release. Directive-only change; `go mod tidy` is a no-op past line 4 and produces no go.sum churn. Local `go build ./...` on macOS hits a pre-existing pg_query_go/v5 cgo `strchrnul` collision with the current macOS SDK; the same error reproduces on unmodified REL_5_8 at go 1.26.3, so it is unrelated to this bump. Linux CI (which is where PGO is built for release) compiles cleanly. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9a958d9e7..84bd0a131 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/crunchydata/postgres-operator // If this is changing when you don't want it to, see hack/go-get.sh -go 1.26.3 +go 1.26.6 require ( github.com/go-logr/logr v1.4.4