mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-21 13:41:46 +02:00
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:
parent
24dd19c9a0
commit
5ad3bd9f47
@ -46,8 +46,8 @@
|
||||
systems,
|
||||
flake-compat,
|
||||
}: let
|
||||
go125Version = "1.25.0";
|
||||
goHash = "sha256-S9AekSlyB7+kUOpA1NWpOxtTGl5DhHOyoG4Y4HciciU=";
|
||||
go125Version = "1.25.1";
|
||||
goHash = "sha256-0BDBCc7pTYDv5oHqtGvepJGskGv0ZYPDLp8NuwvRpZQ=";
|
||||
eachSystem = f:
|
||||
nixpkgs.lib.genAttrs (import systems) (system:
|
||||
f (import nixpkgs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user