From f3cda59ecec7f477e1323599b9e508aa84b0c970 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:20:40 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20go=20(=201.25.5=20?= =?UTF-8?q?=E2=86=92=201.26.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ------------------- | ------ | ------ | | golang-version | go | 1.25.5 | 1.26.0 | | github-releases | actions/go-versions | 1.25.5 | 1.26.0 | --- .github/workflows/on-tag.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-tag.yaml b/.github/workflows/on-tag.yaml index 5805fcb8..a8dff19a 100644 --- a/.github/workflows/on-tag.yaml +++ b/.github/workflows/on-tag.yaml @@ -45,7 +45,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.25.5 + go-version: 1.26.0 id: go - name: Create Release uses: goreleaser/goreleaser-action@v6 diff --git a/go.mod b/go.mod index 18840655..b82eb1bb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module lybbrio go 1.24.0 -toolchain go1.25.5 +toolchain go1.26.0 require ( entgo.io/contrib v0.7.0