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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user