From 9b643d9a480e32c640a47ab65ee3c189cd106d6e Mon Sep 17 00:00:00 2001 From: poimen Date: Fri, 28 Aug 2026 15:52:30 -0700 Subject: [PATCH] fix: update CI workflow golang image from 1.25 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 d4226dc..b4dc45a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: codegen-check: runs-on: golang container: - image: golang:1.25 + image: golang:1.26 steps: # Same reason as the buf job: golang:1.25 has no Node.js either. - name: checkout