fix: update CI workflow golang image from 1.25 to 1.26
ci / buf (push) Successful in 5s
ci / codegen-check (push) Failing after 1m30s

This commit is contained in:
2026-08-28 15:52:30 -07:00
parent 3a165d6633
commit 9b643d9a48
+1 -1
View File
@@ -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