Commit graph

9 commits

Author SHA1 Message Date
Sharlatan Hellseher
7d734b94ca
gnu: gore: Update to 0.6.1.
* gnu/packages/golang-apps.scm (gore): Update to 0.6.1.
[arguments] <go>: Use default go-1.24.
<test-flags>: Skip 4 more tests.

Change-Id: Ifa57d4c1b025c83468dce9d03a910186728d8e59
2025-09-11 15:31:06 +01:00
Sharlatan Hellseher
2bdc1aefdc
gnu: go-fxlint: Update to 0.0.0-20250513223611-0a30575829d4.
* gnu/packages/golang-apps.scm (go-fxlint): Update to 0.0.0-20250513223611-0a30575829d4.

Change-Id: I819b04a1760ab80d5aaa750fb4144666fe4a32a5
2025-09-11 15:09:55 +01:00
Sharlatan Hellseher
b88d83ee53
gnu: go-fxlint: Move to golang-apps.
* gnu/packages/golang-xyz.scm (go-fxlint): Move from here ...
* gnu/packages/golang-apps.scm: ... to here.

Change-Id: I292ffa1c60bf56abfbd09f21271a0242e67576fa
2025-09-11 15:08:15 +01:00
Sharlatan Hellseher
5fe9296618
gnu: go-chroma: Move to golang-apps.
* gnu/packages/golang-xyz.scm (go-chroma): Move from here ...
* gnu/packages/golang-apps.scm: ... to here.

Change-Id: Ie86b2c62c4afd1d7fb41c1f73abb1339fc62c47f
2025-09-11 14:35:32 +01:00
Maxim Cournoyer
1482e0d789
gnu: Remove #:go arguments using go-1.22, go-1.23 or go-1.24.
We are now building with go-1.24 by default.

Automated via:

  git grep -rl '#:go go-1.2' | xargs sed -i '/.*#:go go-1.2[234].*/d'

Change-Id: Ib821d96753619c7748a67ff58b95d8fa358839b7
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-08-11 21:42:39 +01:00
Tomas Volf
6cf00e6cde
gnu: gopls: Update to 0.19.1.
* gnu/packages/golang-apps.scm (gopls): Update to 0.19.1.
[arguments]: Use go-1.24.
<#:phases>: Add 'set-env.
[native-inputs]: Add go-github-com-fatih-gomodifytags.

Change-Id: I5d3b371f3eadf0e6f28d3def228849e46772b7fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-14 11:28:40 +01:00
Sharlatan Hellseher
a706e205cf
gnu: gopls: Move to golang-apps.
* gnu/packages/golang-xyz.scm (gopls): Move from here ...
* gnu/packages/golang-apps.scm: ... to here.

Change-Id: I4132af631198bffe36f6defb1e5390ab1326242f
2025-06-22 21:36:44 +01:00
Sharlatan Hellseher
a599ff7a48
gnu: packages/golang-apps: Add module commentary.
* gnu/packages/golang-apps.scm: Comment on the purpose of this module.

Change-Id: Ia1353db23b23f2ac992f72c64dd9a139252d0107
2025-06-22 21:36:44 +01:00
Sharlatan Hellseher
cdac3642fd
gnu: Rename go-apps to golang-apps.
It's to follow the same naming style as other golang.scm and
golang-*.scm modules.

* gnu/packages/go-apps.scm: Rename file to golang-apps.scm
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename go-apps to golang-apps.
* gnu/packages/emacs-xyz.scm: Replace used module go-apps with golang-apps.

Change-Id: I72642f2f6ea1cb3382e17b637cab52aa79d910c9
2025-06-22 21:36:44 +01:00
Renamed from gnu/packages/go-apps.scm (Browse further)