Skip to content

Commit f780df9

Browse files
findleyrgopherbot
authored andcommitted
internal/task/template: remove special gopls instructions for go1.23rc1
Now that [email protected] is released, users do not need special instructions to install the gopls prerelease. Updates golang/go#67618 Change-Id: I18dae3f3f2eaf99efda9d555d7e227ef10b5a98c Reviewed-on: https://go-review.googlesource.com/c/build/+/593679 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent c6411bd commit f780df9

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

internal/task/template/announce-rc.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ $ go1.23rc1 telemetry on
3434

3535
{{ end -}}
3636

37-
{{ if eq .Version "go1.23rc1" }}
38-
If you use the gopls language server in your development workflow, please note
39-
that gopls v0.16.0-pre.1 is currently required for this release candidate.
40-
Install it with:
41-
42-
```
43-
$ go1.23rc1 install golang.org/x/tools/[email protected]
44-
```
45-
46-
{{end -}}
47-
4837
To find out what has changed in Go {{.Version|major}}, read the draft release notes:
4938
https://tip.golang.org/doc/go{{.Version|major}}
5039

internal/task/testdata/announce-rc.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
You can opt in by running the following command:</p>
1717
<pre><code>$ go1.23rc1 telemetry on
1818
</code></pre>
19-
<p>If you use the gopls language server in your development workflow, please note<br>
20-
that gopls v0.16.0-pre.1 is currently required for this release candidate.<br>
21-
Install it with:</p>
22-
<pre><code>$ go1.23rc1 install golang.org/x/tools/[email protected]
23-
</code></pre>
2419
<p>To find out what has changed in Go 1.23, read the draft release notes:<br>
2520
<a href="https://tip.golang.org/doc/go1.23">https://tip.golang.org/doc/go1.23</a></p>
2621
<p>Cheers,<br>

internal/task/testdata/announce-rc.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ You can opt in by running the following command:
2323

2424
$ go1.23rc1 telemetry on
2525

26-
If you use the gopls language server in your development workflow, please note
27-
that gopls v0.16.0-pre.1 is currently required for this release candidate.
28-
Install it with:
29-
30-
$ go1.23rc1 install golang.org/x/tools/[email protected]
31-
3226
To find out what has changed in Go 1.23, read the draft release notes:
3327
https://tip.golang.org/doc/go1.23
3428

0 commit comments

Comments
 (0)