diff options
| author | blackfalcon <blackfalcon.ru@gmail.com> | 2023-02-06 00:28:36 +0000 |
|---|---|---|
| committer | Suzy Mueller <suzmue@golang.org> | 2023-02-07 22:09:57 +0000 |
| commit | 1d3e58623b596aee28f04aacc460d1c1bfea54ed (patch) | |
| tree | 44e863ed9736ec5c417f7884608a9215e1b02adc /_content/doc/tutorial/call-module-code.html | |
| parent | c0d7b93e007265f858b8727bdf73967694570659 (diff) | |
| download | go-x-website-1d3e58623b596aee28f04aacc460d1c1bfea54ed.tar.xz | |
_content/doc: fix parseVersionNumber to handle versions without patch
As of go1.20, when visiting https://go.dev/doc/install, the download button shows no version and with text: `Download ()`.
Previously the function expected the argument `string` being passed as in the form: `go1.17.3.linux-amd64.tar.gz`.
with go1.20 the file name becomes `go1.20.linux-amd64.tar.gz` with no patch number.
This merge request fix the regex used to parse the version number and return the intended version of `1.20`
Change-Id: I2fd109a030ed940cd8cd4d5e8924f026f5b8f4be
GitHub-Last-Rev: 68fb7856ee160ac7221625c96a6d4819cbcb59e4
GitHub-Pull-Request: golang/website#192
Reviewed-on: https://go-review.googlesource.com/c/website/+/465415
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Diffstat (limited to '_content/doc/tutorial/call-module-code.html')
0 files changed, 0 insertions, 0 deletions
