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:
@@ -1,6 +1,6 @@
|
|||||||
module github.com/rockliang/poimen/workflows
|
module github.com/rockliang/poimen/workflows
|
||||||
|
|
||||||
go 1.23
|
go 1.22
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/stretchr/testify v1.12.1
|
github.com/stretchr/testify v1.12.1
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: orchestrator
|
- name: orchestrator
|
||||||
image: golang:1.23-alpine
|
image: golang:1.22-alpine
|
||||||
workingDir: /app
|
workingDir: /app
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: worker
|
- name: worker
|
||||||
image: golang:1.23-alpine
|
image: golang:1.22-alpine
|
||||||
workingDir: /app
|
workingDir: /app
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user