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