From 384726014279f7f3be18f470c1675dec789ec589 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Dec 2025 18:56:03 +0000 Subject: [PATCH] chore(deps): update dependency go --- .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 a492e06c..222bf94a 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.25" id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index 68e4db0a..fe77b7ed 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish go 1.23.0 -toolchain go1.24.4 +toolchain go1.25.5 require ( github.com/MakeNowJust/heredoc/v2 v2.0.1