Skip to content

Commit 3407115

Browse files
ianlancetaylorIan Lance Taylor
authored and
Ian Lance Taylor
committed
_content/doc/go1.18: go fix requires go.mod go 1.18 for go:build change
Fixes golang/go#51873 Change-Id: Ied51c36a30cd18ff4a84d164e62df2690931d94f Reviewed-on: https://go-review.googlesource.com/c/website/+/396879 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Trust: Ian Lance Taylor <[email protected]>
1 parent 3568773 commit 3407115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/go1.18.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ <h4 id="go-build-lines"><code>//go:build</code> lines</h4>
473473
all supported versions of Go now understand <code>//go:build</code> lines.
474474
In Go 1.18, <code>go</code> <code>fix</code> now removes the now-obsolete
475475
<code>//</code> <code>+build</code> lines in modules declaring
476-
<code>go</code> <code>1.17</code> or later in their <code>go.mod</code> files.
476+
<code>go</code> <code>1.18</code> or later in their <code>go.mod</code> files.
477477
</p>
478478

479479
<p>

0 commit comments

Comments
 (0)