From b87a58f97871824376e8cd02c2e02bf3d48eefce Mon Sep 17 00:00:00 2001 From: Antoine Toussaint Date: Fri, 21 Aug 2026 21:18:11 -0400 Subject: [PATCH] chore: update Go toolchain to 1.27 Bump go directive to 1.27.0 (implies toolchain go1.27.0) and CI setup-go to 1.27.0; go mod tidy under 1.27. Co-Authored-By: Claude Opus 4.8 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 80e2ac0..f334fc7 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/codefly-dev/service-postgres -go 1.26 - -toolchain go1.26.6 +go 1.27.0 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.23.0