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,6 +1,6 @@
# If you change this please also update GO_VERSION in Makefile (then run
# `make lint` to see where else it needs to be updated as well).
FROM golang:1.24.6-alpine as builder
FROM golang:1.25.2-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.