golang: uses unstable go_1_23 by default

This commit is contained in:
Tigor Hutasuhut 2024-08-28 10:09:39 +07:00
parent 380b8dd681
commit 06b307b4d8

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, unstable, ... }:
let
cfg = config.profile.go;
impl = pkgs.buildGoModule rec {
@ -20,6 +20,7 @@ in
goPrivate = [
"gitlab.bareksa.com"
];
package = unstable.go_1_23;
};
home.packages = with pkgs; [
gotools
@ -28,7 +29,7 @@ in
gomodifytags
gotests
iferr
gopls
unstable.gopls
gofumpt
impl
golangci-lint