From d2c452782e848954114b59456cdb57740cf6ed54 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 24 Feb 2026 13:52:20 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- .github/workflows/go.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 08ecd707..655e5416 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.26" id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index b75f87f0..8735a8f0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish go 1.24.0 -toolchain go1.24.4 +toolchain go1.26.0 require ( github.com/MakeNowJust/heredoc/v2 v2.0.1