From 0b0996fd3c051fa101e3469474b72d6495c9395a Mon Sep 17 00:00:00 2001 From: LocalStack Bot Date: Mon, 24 Aug 2026 08:12:47 +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 bfe93308..9c23c2d1 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.0 require ( github.com/Microsoft/go-winio v0.6.2 diff --git a/test/integration/go.mod b/test/integration/go.mod index cf54c662..7f0a25a9 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.0 require ( github.com/aws/aws-sdk-go-v2 v1.41.5