fix(build): require go 1.22 instead of non-existent go 1.25.4
ci / test (push) Successful in 45s

golang:1.23-alpine doesn't exist yet. Revert to golang:1.22-alpine
and update go.mod to require go 1.22, which matches the available image.
This commit is contained in:
Story Crater Bot
2026-08-22 06:02:03 -07:00
parent 93226d69fa
commit f062f087c1
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.23-alpine
image: golang:1.22-alpine
workingDir: /app
command: ["/bin/sh", "-c"]
args:
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: worker
image: golang:1.23-alpine
image: golang:1.22-alpine
workingDir: /app
command: ["/bin/sh", "-c"]
args: