From 2639e672a4f9a625455026a335b3e2d9dbe08ff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 05:51:39 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.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 21461a1..955ce1d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 6daf6f1..bd30a04 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/strongo/logusgcloud go 1.22.7 -toolchain go1.24.6 +toolchain go1.25.0 require ( cloud.google.com/go/logging v1.13.0