Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/gopls: release version v0.10.0 #56211

Closed
10 tasks done
findleyr opened this issue Oct 13, 2022 · 7 comments
Closed
10 tasks done

x/tools/gopls: release version v0.10.0 #56211

findleyr opened this issue Oct 13, 2022 · 7 comments
Assignees
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@findleyr
Copy link
Contributor

findleyr commented Oct 13, 2022

This issue tracks progress toward releasing gopls@v0.10.0

  • create gopls-release-branch.0.10
  • merge master into gopls-release-branch.0.10
  • update hard-coded version
  • update go.mod/go.sum (remove x/tools replace, update x/tools version)
  • tag gopls/v0.10.0-pre.1
  • update Github milestone
  • write release notes
  • smoke test features
  • tag gopls/v0.10.0
  • update dependencies in master for the next release
@findleyr findleyr added this to the gopls/v0.10.0 milestone Oct 13, 2022
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Oct 13, 2022
@findleyr findleyr self-assigned this Oct 13, 2022
@gopherbot
Copy link

Change https://go.dev/cl/442778 mentions this issue: all: update codereview.cfg for gopls-release-branch.0.10

gopherbot pushed a commit to golang/tools that referenced this issue Oct 13, 2022
For golang/go#56211

Change-Id: If8e48d387a51b4e9e3aa6fada38d7dbf41332109
Reviewed-on: https://go-review.googlesource.com/c/tools/+/442778
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Robert Findley <rfindley@google.com>
Reviewed-by: Nooras Saba‎ <saba@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
gopherbot pushed a commit to golang/tools that referenced this issue Oct 13, 2022
For golang/go#56211

Change-Id: I58615238bf2500c57f7176e1b84f79de2f8db834
Reviewed-on: https://go-review.googlesource.com/c/tools/+/442779
Reviewed-by: Nooras Saba‎ <saba@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/442779 mentions this issue: gopls: update hard-coded version for v0.10.0

@gopherbot
Copy link

Change https://go.dev/cl/442915 mentions this issue: gopls: update go.mod for v0.10.0

gopherbot pushed a commit to golang/tools that referenced this issue Oct 13, 2022
For golang/go#56211

Change-Id: I9790116b252c7bfbc8d6dd058d58acc231db2ed8
Reviewed-on: https://go-review.googlesource.com/c/tools/+/442915
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
@gopherbot
Copy link

Change https://go.dev/cl/444541 mentions this issue: gopls: update go.mod and go.sum for v0.10.0-pre.2

gopherbot pushed a commit to golang/tools that referenced this issue Oct 20, 2022
For golang/go#56211

Change-Id: Ifc639deae87d52c7f8f56a4af1a95e4636f12233
Reviewed-on: https://go-review.googlesource.com/c/tools/+/444541
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Robert Findley <rfindley@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/445818 mentions this issue: gopls: update go.mod for v0.10.0-pre.3

gopherbot pushed a commit to golang/tools that referenced this issue Oct 27, 2022
For golang/go#56211

Change-Id: I1f3ad63d9b88b06e60f34f9b562fb751d90aa925
Reviewed-on: https://go-review.googlesource.com/c/tools/+/445818
Run-TryBot: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
@gopherbot
Copy link

Change https://go.dev/cl/446184 mentions this issue: gopls: update go.mod for v0.10.0-pre.4

gopherbot pushed a commit to golang/tools that referenced this issue Oct 28, 2022
For golang/go#56211

Change-Id: I6d2b962e1c8dd18e1b90976245b89a6ccf7769a5
Reviewed-on: https://go-review.googlesource.com/c/tools/+/446184
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/446736 mentions this issue: gopls: update dependencies following the v0.10.0 release

@findleyr findleyr closed this as completed Nov 1, 2022
gopherbot pushed a commit to golang/tools that referenced this issue Nov 4, 2022
Update selected dependencies following the v0.10.0 release, excluding
sergi/go-diff and x/vuln.

Gofumpt@v0.4.0 requires go1.18, so link it selectively following the
pattern of staticcheck. While at it, clean up some things related to the
wiring of staticcheck and gofumpt support. Notably, in VS Code error
messages do not support formatting such as newlines or tabs.

Add a test for the conditional Gofumpt support.

For golang/go#56211

Change-Id: Id09fdcc30ad83c0ace11b0dea9a5556a6461d552
Reviewed-on: https://go-review.googlesource.com/c/tools/+/446736
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
@golang golang locked and limited conversation to collaborators Nov 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants