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/hexedit.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/hexedit.scm')
| -rw-r--r-- | gnu/packages/hexedit.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm index e9e64827806..42f33985379 100644 --- a/gnu/packages/hexedit.scm +++ b/gnu/packages/hexedit.scm @@ -114,7 +114,6 @@ the file and search through it.") (build-system go-build-system) (arguments (list - #:go go-1.24 #:import-path "github.com/wader/fq")) (native-inputs (list go-github-com-burntsushi-toml |
