chore: bump Go toolchain to 1.25.8 (#23772)

Bump the repository Go toolchain from 1.25.7 to 1.25.8.

Updates `go.mod`, the shared `setup-go` action default, and the dogfood
image checksum so local, CI, and dogfood builds stay aligned.
This commit is contained in:
Lukasz
2026-03-31 14:04:58 +02:00
committed by GitHub
parent e3e17e15f7
commit acd2ff63a7
4 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: |
inputs:
version:
description: "The Go version to use."
default: "1.25.7"
default: "1.25.8"
use-cache:
description: "Whether to use the cache."
default: "true"