From 5b8e790021f15cea4d842e16fa55e671f6f55a35 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Aug 2026 09:00:25 +0000 Subject: [PATCH] chore(deps): Update dependency go to 1.26 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0b0e748..aa6bc08 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: '1.26' - name: Build run: go build ./... - name: Test