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
+2 -2
View File
@@ -11,8 +11,8 @@ RUN cargo install jj-cli typos-cli watchexec-cli
FROM ubuntu:jammy@sha256:ce4a593b4e323dcc3dd728e397e0a866a1bf516a1b7c31d6aa06991baec4f2e0 AS go
# Install Go manually, so that we can control the version
ARG GO_VERSION=1.25.7
ARG GO_CHECKSUM="12e6d6a191091ae27dc31f6efc630e3a3b8ba409baf3573d955b196fdf086005"
ARG GO_VERSION=1.25.8
ARG GO_CHECKSUM="ceb5e041bbc3893846bd1614d76cb4681c91dadee579426cf21a63f2d7e03be6"
# Boring Go is needed to build FIPS-compliant binaries.
RUN apt-get update && \