From 8065c8053b3dc321f04e4227c426f1691509fb11 Mon Sep 17 00:00:00 2001 From: LocalStack Bot Date: Mon, 14 Sep 2026 08:04:22 +0000 Subject: [PATCH] chore(go): weekly Go toolchain upgrade --- go.mod | 2 +- test/integration/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 9a00a064..85f82680 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/localstack/lstk go 1.25.0 -toolchain go1.26.6 +toolchain go1.27.1 require ( github.com/Microsoft/go-winio v0.6.2 diff --git a/test/integration/go.mod b/test/integration/go.mod index 687432a1..4d04ab7e 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,7 +2,7 @@ module github.com/localstack/lstk/test/integration go 1.26.1 -toolchain go1.26.6 +toolchain go1.27.1 require ( github.com/aws/aws-sdk-go-v2 v1.46.0