ci: pin go directive to 1.25 to match alpine builder base image
CI / validate (push) Successful in 13s
CI / docker (push) Successful in 14s

CI build of golang:1.25-alpine ships go 1.25.10; auto-generated
go.mod had 1.26.3 from local toolchain. Use 1.25 to match the other
automc services (auth-service, server-manager etc all on 1.25).
This commit is contained in:
2026-06-02 18:58:38 +02:00
parent 1752ef05a6
commit a73e254862
+1 -1
View File
@@ -1,3 +1,3 @@
module git.timemachine.center/timemachine/cloud-svc
go 1.26.3
go 1.25