From 9522b4bc9e33cafd1236b4abb948283bc1c18120 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 May 2026 21:00:52 +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