Update Go version to 1.26.1
- Updates Go to 1.26.1.
- Removes
GOEXPERIMENT=cacheprog, as thecacheprogexperiment has since graduated and is rejected by Go 1.26.1 with the error:go: unknown GOEXPERIMENT cacheprog. - Sets
GOTOOLCHAIN=localin the CI image to prevent silent toolchain downloads, ensuring that the pinned Go version is the one actually used to build GitLab Runner.
Edited by Daniel Keenan