From 2b0b34821f31f4f5e13886cf869e2cfc1c51fcde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:32:37 +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 0a120b1..0eb8049 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.25' + go-version: '1.26' - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 3f84693..8deaeb9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/strongo/logusgcloud go 1.24.0 -toolchain go1.25.7 +toolchain go1.26.0 require ( cloud.google.com/go/logging v1.13.2