From 546662cb4b6a4c12b91f2eaff2b60c7ca2b02478 Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Mon, 13 May 2024 10:26:16 +0200 Subject: [PATCH] chore: bump go version for nix Signed-off-by: Bence Csati --- flake.lock | 2 +- flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 2b04a396..efee0b1c 100644 --- a/flake.lock +++ b/flake.lock @@ -270,4 +270,4 @@ }, "root": "root", "version": 7 -} +} \ No newline at end of file diff --git a/flake.nix b/flake.nix index 38b008de..1c77f6ec 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ default = { languages = { go.enable = true; + go.package = pkgs.go_1_22; }; services = {