From b85a43e7974047083840a712fb4767823a24c72e Mon Sep 17 00:00:00 2001 From: Silvio Vasiljevic Date: Fri, 13 Feb 2026 20:11:33 +0100 Subject: [PATCH 1/2] Fix upgrade workflow --- .github/workflows/weekly-go-upgrade.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly-go-upgrade.yml b/.github/workflows/weekly-go-upgrade.yml index 729ec0e..3422895 100644 --- a/.github/workflows/weekly-go-upgrade.yml +++ b/.github/workflows/weekly-go-upgrade.yml @@ -20,7 +20,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version-file: go.mod + go-version: stable + check-latest: true - name: Upgrade Go version run: | From c1cefc526eac041ea106dcf409f7fce801d64407 Mon Sep 17 00:00:00 2001 From: silv-io <13120099+silv-io@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:12:42 +0000 Subject: [PATCH 2/2] chore(go): weekly Go upgrade --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ceeb388..dc61a9a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/localstack/lstk -go 1.25.6 +go 1.26.0 require ( github.com/99designs/keyring v1.2.2