go.mod required go >= 1.25.4 but golang:1.25-alpine doesn't exist yet. Downgrade to go 1.23 which is available in Alpine images and sufficient for the codebase. Update both deployment and job images to golang:1.23-alpine.
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: orchestrator
|
||||
image: golang:1.22-alpine
|
||||
image: golang:1.23-alpine
|
||||
workingDir: /app
|
||||
command: ["/bin/sh", "-c"]
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user