From 94cff74a133ed23156822128dc6948972b595bd8 Mon Sep 17 00:00:00 2001 From: Nic Waller Date: Thu, 23 Jul 2026 15:54:05 -0700 Subject: [PATCH] chore(PL-6701): update go language version to 1.26.5 Bumps the go directive in go.mod to a version with the std/os fix and re-tidies all go modules in the repo. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d09c1d1..b8e780a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nestoca/joy-operator -go 1.26.4 +go 1.26.5 require ( github.com/davidmdm/conf v0.0.11