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

@@ -52,7 +52,7 @@ runs:
# The key is used to create and later look up the cache. It's made of
# four parts:
# - The base part is made from the OS name, Go version and a
# job-specified key prefix. Example: `linux-go-1.25.2-unit-test-`.
# job-specified key prefix. Example: `linux-go-1.25.3-unit-test-`.
# It ensures that a job running on Linux with Go 1.25 only looks for
# caches from the same environment.
# - The unique part is the `hashFiles('**/go.sum')`, which calculates a

View File

@@ -40,7 +40,7 @@ env:
# 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).
GO_VERSION: 1.25.2
GO_VERSION: 1.25.3
jobs:
static-checks:

View File

@@ -12,7 +12,7 @@ defaults:
env:
# 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).
GO_VERSION: 1.25.2
GO_VERSION: 1.25.3
jobs:
########################