sharlatan pushed a commit to branch go-team in repository guix. commit eeea20b79769ad949507451972fed8cf232641e6 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Feb 26 11:58:11 2025 +0000
gnu: gopls: Update to 0.18.1. * gnu/packages/golang-xyz.scm (gopls): Update to 0.18.1. [native-inputs]: Add go-golang-org-x-sys and go-golang-org-x-tools. Change-Id: I15aec413e66f944cc64d9898daee4b7910c2680f --- gnu/packages/golang-xyz.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2293eea062..ecbe35db10 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -19679,7 +19679,7 @@ tool.")))) (name "gopls") ;; XXX: Starting from 0.14.0 gppls needs golang.org/x/telemetry, which ;; needs to be discussed if it may be included in Guix. - (version "0.17.1") + (version "0.18.1") (source (origin (method git-fetch) @@ -19688,7 +19688,7 @@ tool.")))) (commit (go-version->git-ref version #:subdir "gopls")))) (file-name (git-file-name name version)) (sha256 - (base32 "1qksn79nc94fig5bia0l8h7fzm1zbn9rvya25hwf0f18v8a0id9l")))) + (base32 "0s396bjwac1acrlpbp7k7xfyhmkykyxc08w6hirbdhlq8vg923p7")))) (build-system go-build-system) (arguments (list @@ -19714,8 +19714,10 @@ tool.")))) go-github-com-jba-templatecheck go-golang-org-x-mod go-golang-org-x-sync + go-golang-org-x-sys go-golang-org-x-telemetry go-golang-org-x-text + go-golang-org-x-tools go-golang-org-x-vuln go-gopkg-in-yaml-v3 go-honnef-co-go-tools