Skip to content

Tags: golang/tools

Tags

v0.48.0

Toggle v0.48.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ic2bcf3369062c735a51a1db5d4674344581425c2
Reviewed-on: https://go-review.googlesource.com/c/tools/+/798640
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>

gopls/v0.23.0

Toggle gopls/v0.23.0's commit message
gopls: update go.mod for v0.23.0-pre.2

This is an automated CL which updates the go.mod and go.sum.

For golang/go#80164

Change-Id: If6ce015405b6b5b99cdc2649824f4aefdb487086
Reviewed-on: https://go-review.googlesource.com/c/tools/+/797620
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

gopls/v0.23.0-pre.2

Toggle gopls/v0.23.0-pre.2's commit message
gopls: update go.mod for v0.23.0-pre.2

This is an automated CL which updates the go.mod and go.sum.

For golang/go#80164

Change-Id: If6ce015405b6b5b99cdc2649824f4aefdb487086
Reviewed-on: https://go-review.googlesource.com/c/tools/+/797620
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.47.0

Toggle v0.47.0's commit message
gopls/internal/cmd: add tests of 'gopls help'

This CL turns tests that call tool.Run (which includes
only a part of the initialization process and is not
a reliable simulation of the gopls executable)
into true CLI integration tests.

These missing tests would have caught regressions in recent work
that was rolled back before the release. (See CL 793600.)

Also, use correct URL in help message.

For golang/go#80133

Change-Id: I985b48e7b44d74e4d481172a2cbe5e9b5804984b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/794300
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alex Putman <aputman@golang.org>

gopls/v0.23.0-pre.1

Toggle gopls/v0.23.0-pre.1's commit message
gopls: update go.mod for v0.23.0-pre.1

This is an automated CL which updates the go.mod and go.sum.

For golang/go#80164

Change-Id: I13dee7f1f1dde911982b6237bc8963933c342d64
Reviewed-on: https://go-review.googlesource.com/c/tools/+/794540
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Putman <aputman@golang.org>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.46.0

Toggle v0.46.0's commit message
go/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv

The packages.Load call first selects a driver to use. In this case it
is invariably going to be the go list command, since GOPACKAGESDRIVER
is being set to off in Config.Env.

In some environments, such as openbsd/amd64, the go command might not
be able to run properly if the PATH environment variable isn't passed
on to it. There may be room for improvement there, but that's outside
of the scope of this test.

Fixes golang/go#79907.

Change-Id: I6734713f0b2670007078d990325797b075f6f8fc
Cq-Include-Trybots: luci.golang.try:x_tools-gotip-openbsd-amd64
Reviewed-on: https://go-review.googlesource.com/c/tools/+/789500
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>

gopls/v0.22.0

Toggle gopls/v0.22.0's commit message
gopls: update go.mod for v0.22.0-pre.4

This is an automated CL which updates the go.mod and go.sum.

For golang/go#79000

Change-Id: Iec9aa841e89df95e59ba0c675ac3745a4e7f0948
Reviewed-on: https://go-review.googlesource.com/c/tools/+/778000
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Reviewed-by: Madeline Kalil <mkalil@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>

gopls/v0.22.0-pre.4

Toggle gopls/v0.22.0-pre.4's commit message
gopls: update go.mod for v0.22.0-pre.4

This is an automated CL which updates the go.mod and go.sum.

For golang/go#79000

Change-Id: Iec9aa841e89df95e59ba0c675ac3745a4e7f0948
Reviewed-on: https://go-review.googlesource.com/c/tools/+/778000
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Reviewed-by: Madeline Kalil <mkalil@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>

gopls/v0.22.0-pre.3

Toggle gopls/v0.22.0-pre.3's commit message
gopls: update go.mod for v0.22.0-pre.3

This is an automated CL which updates the go.mod and go.sum.

For golang/go#79000

Change-Id: I8e42683501594b697ee53e9a4f717f12b969c322
Reviewed-on: https://go-review.googlesource.com/c/tools/+/776761
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Madeline Kalil <mkalil@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.45.0

Toggle v0.45.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I494817f935a60bb286833f636256e69884ee8a25
Reviewed-on: https://go-review.googlesource.com/c/tools/+/775723
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>