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