build: bump Go toolchain to 1.25.9 (#24293)

Bumps the Go toolchain from 1.25.8 to 1.25.9 across `go.mod`, the shared
setup-go action, and the dogfood image.
This keeps local builds, CI, and containerized workflows aligned on the
latest patch release, including the updated Go tarball checksum in the
Dockerfile.
This commit is contained in:
Lukasz
2026-04-14 12:15:31 +02:00
committed by GitHub
parent a554de372a
commit 03d662a06c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.25.8"
default: "1.25.9"
use-cache:
description: "Whether to use the cache."
default: "true"