build: update CI+release version to Go 1.25.3

We also update the go.mod files to pin to Go 1.24.9.
This commit is contained in:
Boris Nagaev
2025-10-21 14:14:15 -03:00
parent ab0177c1a1
commit 4fc8d8dda3
21 changed files with 29 additions and 29 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.25.2-alpine AS builder
FROM golang:1.25.3-alpine AS builder
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"