Skip to content

Commit a11e66c

Browse files
committed
chore: update Go to 1.25
1 parent ac8bfba commit a11e66c

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

flake.lock

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
description = "A Nix-flake-based Go 1.22 development environment";
2+
description = "A Nix-flake-based Go 1.25 development environment";
33

4-
inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
4+
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
55

66
outputs = inputs:
77
let
8-
goVersion = 24; # Change this to update the whole stack
8+
goVersion = 25; # Change this to update the whole stack
99

1010
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
1111
forEachSupportedSystem = f: inputs.nixpkgs.lib.genAttrs supportedSystems (system: f {

0 commit comments

Comments
 (0)