From b896a75239c89d0b8b1b8a3425ab0d7518636cfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:34:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20go=20toolchain=20?= =?UTF-8?q?directive=20to=20v1.27.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dc80451..c926a5c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitlab.com/ds_2/go-support-lib go 1.21 -toolchain go1.21.4 +toolchain go1.27.0 require ( github.com/aws/aws-sdk-go v1.49.13