flake.nix: fix go version (#17152)

Bump to 1.25.1 to match go.mod

Fixes #17150

Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
This commit is contained in:
Mike O'Driscoll 2025-09-15 19:45:07 -04:00 committed by GitHub
parent 24dd19c9a0
commit 5ad3bd9f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,8 +46,8 @@
systems, systems,
flake-compat, flake-compat,
}: let }: let
go125Version = "1.25.0"; go125Version = "1.25.1";
goHash = "sha256-S9AekSlyB7+kUOpA1NWpOxtTGl5DhHOyoG4Y4HciciU="; goHash = "sha256-0BDBCc7pTYDv5oHqtGvepJGskGv0ZYPDLp8NuwvRpZQ=";
eachSystem = f: eachSystem = f:
nixpkgs.lib.genAttrs (import systems) (system: nixpkgs.lib.genAttrs (import systems) (system:
f (import nixpkgs { f (import nixpkgs {