From 6e4a1e1b0805492fb6f4da8eb3964a92aac8c8aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:39:05 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- .github/workflows/ci.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f874f3c..14ce3c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: 1.25.7 + go-version: 1.26.0 - name: golangci-lint uses: golangci/golangci-lint-action@v9 diff --git a/go.mod b/go.mod index e5fb605..c4c7463 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cetteup/playerpath go 1.24.0 -toolchain go1.25.7 +toolchain go1.26.0 require ( github.com/Masterminds/squirrel v1.5.4