diff options
Diffstat (limited to 'gnu/packages/golang-apps.scm')
-rw-r--r-- | gnu/packages/golang-apps.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm index 2e54b8be35..38f055ce7b 100644 --- a/gnu/packages/golang-apps.scm +++ b/gnu/packages/golang-apps.scm @@ -138,7 +138,6 @@ import of a 3rd party package at runtime).") (build-system go-build-system) (arguments (list - #:go go-1.24 #:install-source? #f #:import-path "golang.org/x/tools/gopls" #:unpack-path "golang.org/x/tools" |