build: update CI+release version to Go 1.25.2

We also update the go.mod files to pin to Go 1.24.8.
This commit is contained in:
Olaoluwa Osuntokun
2025-10-10 12:36:58 +01:00
parent bc07d97213
commit 7fcbbd44ca
21 changed files with 32 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.6
FROM golang:1.25.2
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache