From 5cca69517dfcb8160fd9d92608604516fb501675 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 15 Aug 2025 14:47:39 -0400 Subject: [PATCH] nix flake use go1.25 (#35288) --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 1aa393f27b..16a487ba13 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1755027561, - "narHash": "sha256-IVft239Bc8p8Dtvf7UAACMG5P3ZV+3/aO28gXpGtMXI=", + "lastModified": 1755186698, + "narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "005433b926e16227259a1843015b5b2b7f7d1fc3", + "rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 29730e8c16..33f9449675 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ with pkgs; let # only bump toolchain versions here - go = go_1_24; + go = go_1_25; nodejs = nodejs_24; python3 = python312;