fix(build): update Go version requirement to 1.23
ci / test (push) Successful in 45s

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:
Story Crater Bot
2026-08-22 05:59:33 -07:00
parent 43e06fbd4e
commit 93226d69fa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/rockliang/poimen/workflows module github.com/rockliang/poimen/workflows
go 1.25.4 go 1.23
require ( require (
github.com/stretchr/testify v1.12.1 github.com/stretchr/testify v1.12.1
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
restartPolicy: Never restartPolicy: Never
containers: containers:
- name: orchestrator - name: orchestrator
image: golang:1.22-alpine image: golang:1.23-alpine
workingDir: /app workingDir: /app
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: args:
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: worker - name: worker
image: golang:1.22-alpine image: golang:1.23-alpine
workingDir: /app workingDir: /app
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: args: