Skip to content

Commit 70eade1

Browse files
committed
chore: bump go to 1.26 and nix flake update
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 195b08e commit 70eade1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
outputs = { self, nixpkgs }:
1010
let
1111
goMajorVersion = 1;
12-
goMinorVersion = 25; # Change this to update the whole stack
12+
goMinorVersion = 26; # Change this to update the whole stack
1313

1414
lib = nixpkgs.lib;
1515

0 commit comments

Comments
 (0)