mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-21 21:51:21 +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,
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user