fix(build): require go 1.22 instead of non-existent go 1.25.4
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:
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.