]> Cypherpunks repositories - gostls13.git/commitdiff
src/README.vendor: s/latest/master/
authorJonathan Amsterdam <jba@google.com>
Tue, 11 Jul 2023 21:12:33 +0000 (17:12 -0400)
committerJonathan Amsterdam <jba@google.com>
Tue, 11 Jul 2023 21:30:51 +0000 (21:30 +0000)
Update the README to specify the module query "@master" instead of
"@latest".

Vendoring the highest tagged version is unlikely to be right. Usually
one wants to vendor the module at HEAD.

Change-Id: Id00d23523a13fd3dcd73d6eacefdf50bcdbfa26e
Reviewed-on: https://go-review.googlesource.com/c/go/+/508823
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/README.vendor

index 4b6bdb8e748a7d746efb611d1255397c81cf047e..43821b290079df775b53016defd496441ba51b76 100644 (file)
@@ -38,7 +38,7 @@ The vendor directory may be updated with 'go mod vendor'.
 A typical sequence might be:
 
     cd src
-    go get golang.org/x/net@latest
+    go get golang.org/x/net@master
     go mod tidy
     go mod vendor