chore(deps): update golang docker tag to v1.26

This commit is contained in:
2026-02-15 00:07:14 +00:00
parent 6b09ced8f2
commit 19ea4f21ce

View File

@@ -11,7 +11,7 @@ depends_on:
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.25
image: golang:1.26
commands:
- go mod vendor