Commit graph

28 commits

Author SHA1 Message Date
Romanos Skiadas 584b8b9ccf gopls: 0.8.3 -> 0.8.4
Also add myself to maintainers
2022-05-28 14:00:47 +03:00
Romanos Skiadas 7bd8dc9dd1 gopls: 0.8.2 -> 0.8.3 2022-04-17 00:47:37 +03:00
R. RyanTM 553189b374
gopls: 0.8.1 -> 0.8.2 (#168261) 2022-04-11 13:09:19 +02:00
Matt Layher 6f43a406c9
corerad, gopls: set buildGo118Module in top-level
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-04-08 10:14:49 -04:00
Euan Kemp a5e5389637 gopls: 0.8.0 -> 0.8.1
Update gopls.

This also changes the version of go used to build it to go1.18. This is
required for gopls to work with go1.18 code.

It's still backwards compatible with go1.17 code, so building with 1.18
should allow us to support all supported go versions (1.17+1.18)
correctly, while building with 1.17 does not.

Once #164320 merges, this should switch back to buildGoModule.
2022-03-18 19:39:20 -07:00
Sandro Jäckel 801f6c4be9
gopls: 0.7.5 -> 0.8.0 2022-03-03 21:08:51 +01:00
zowoq c76d51fced gopls: update vendorSha256 2022-02-04 06:19:14 +10:00
Sandro Jäckel 998f87ed02
gopls: 0.7.4 -> 0.7.5 2022-01-24 02:46:00 +01:00
R. Ryantm 9815c51bce gopls: 0.7.3 -> 0.7.4 2021-12-31 05:10:33 +00:00
Sandro Jäckel f25046e4cc
gopls: switch to fetchFromGitHub
hopefully r-ryantm can now update the package
2021-10-21 10:18:15 +02:00
Sandro Jäckel 1bc62d183b
gopls: 0.7.1 -> 0.7.3, add SuperSandro2000 as maintainer 2021-10-20 16:47:41 +02:00
Romanos 303c70783c
gopls: 0.7.0 -> 0.7.1 (#134506) 2021-08-17 22:27:54 +00:00
Romanos Skiadas f0eb9656a5 gopls: 0.6.10 -> 0.7.0 2021-07-17 20:22:05 +03:00
Diego Pontoriero 3f2a3dd3e9
gopls: 0.6.2 -> 0.6.10 (#119903)
Quite a few critical bugfixes and some new features since 0.6.2.

https://github.com/golang/tools/releases/tag/gopls%2Fv0.6.10
2021-04-19 21:36:53 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
asymmetric d80ba82f2e
gopls: 0.5.3 -> 0.6.2 (#108702) 2021-01-07 18:38:46 +00:00
Jonas Chevalier 04320e77e1
gopls: 0.5.1 -> 0.5.3 (#104065) 2020-11-17 18:43:25 +01:00
Luke Granger-Brown a30a084b37
gopls: don't build integration tests or documentation generator (#101641)
Not only are these not used, but they also have super generic names,
which is confusing when they appear on the path, and possibly leads
to conflicts with other binaries.
2020-10-28 23:42:07 +01:00
Bouke van der Bijl bf21b814cb
gopls: 0.5.0 -> 0.5.1 (#100719) 2020-10-16 17:17:32 +02:00
Diego Pontoriero cfb9acad8a
gopls: 0.4.4 -> 0.5.0 (#98182) 2020-09-18 18:28:49 +02:00
Sascha Grunert 334ade0633
gopls: remove unnecessary go input (#96270)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-25 13:38:00 +02:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Roman Volosatovs c9c957d476
gopls: 0.4.3 -> 0.4.4 (#94888) 2020-08-07 20:29:34 +00:00
zimbatm 390737910d
gopls: 0.4.1 -> 0.4.3 2020-07-16 14:32:18 +02:00
Henry 24a6c81291 gopls: 0.4.0 -> 0.4.1 2020-05-15 11:33:55 +02:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Jörg Thalheim 684b41042a
gopls: init at 0.4.0 2020-04-23 15:29:12 +01:00