diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-06-02 09:08:43 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:39 +0100 |
| commit | 1482e0d7894e18ed51e87d6f249ebd66e2d05186 (patch) | |
| tree | 80ea7645ae06ce7c50da5a72bb54eee822de239d /gnu/packages/version-control.scm | |
| parent | 055e855828970b43875b15bf71d9a6528c2d751c (diff) | |
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>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f950fa050ef..55897de02ec 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1052,7 +1052,6 @@ the date of the most recent commit that modified them (build-system go-build-system) (arguments (list - #:go go-1.24 #:import-path "go.abhg.dev/gs" #:install-source? #f #:build-flags @@ -1644,7 +1643,6 @@ collaboration using typical untrusted file hosts or services.") (build-system go-build-system) (arguments (list - #:go go-1.24 #:import-path "github.com/Apteryks/git-repo-go" #:build-flags #~(list "-ldflags" (string-append |
