fix(deploy): use golang:latest to satisfy Go 1.25.4 requirement
ci / test (push) Successful in 44s

Dependencies require go >= 1.25.4. Alpine golang:1.22-alpine doesn't have it.
Use golang:latest which should have Go 1.25+ available. Re-enable orchestrator job.
This commit is contained in:
Story Crater Bot
2026-08-22 06:02:55 -07:00
parent f062f087c1
commit ac382af545
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
restartPolicy: Never
containers:
- name: orchestrator
image: golang:1.22-alpine
image: golang:latest
workingDir: /app
command: ["/bin/sh", "-c"]
args:
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: worker
image: golang:1.22-alpine
image: golang:latest
workingDir: /app
command: ["/bin/sh", "-c"]
args: