dl: add go1.18.3 and go1.17.11
Change-Id: Ie08057ae2d5e660225c6ac07bed54ca8e0dfe0d7 Reviewed-on: https://go-review.googlesource.com/c/dl/+/409954 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Alex Rakoczy <alex@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Родитель
1107b86e00
Коммит
97539394c2
|
@ -0,0 +1,24 @@
|
|||
// Copyright 2022 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// The go1.17.11 command runs the go command from Go 1.17.11.
|
||||
//
|
||||
// To install, run:
|
||||
//
|
||||
// $ go install golang.org/dl/go1.17.11@latest
|
||||
// $ go1.17.11 download
|
||||
//
|
||||
// And then use the go1.17.11 command as if it were your normal go
|
||||
// command.
|
||||
//
|
||||
// See the release notes at https://go.dev/doc/devel/release#go1.17.minor.
|
||||
//
|
||||
// File bugs at https://go.dev/issue/new.
|
||||
package main
|
||||
|
||||
import "golang.org/dl/internal/version"
|
||||
|
||||
func main() {
|
||||
version.Run("go1.17.11")
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
// Copyright 2022 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// The go1.18.3 command runs the go command from Go 1.18.3.
|
||||
//
|
||||
// To install, run:
|
||||
//
|
||||
// $ go install golang.org/dl/go1.18.3@latest
|
||||
// $ go1.18.3 download
|
||||
//
|
||||
// And then use the go1.18.3 command as if it were your normal go
|
||||
// command.
|
||||
//
|
||||
// See the release notes at https://go.dev/doc/devel/release#go1.18.minor.
|
||||
//
|
||||
// File bugs at https://go.dev/issue/new.
|
||||
package main
|
||||
|
||||
import "golang.org/dl/internal/version"
|
||||
|
||||
func main() {
|
||||
version.Run("go1.18.3")
|
||||
}
|
Загрузка…
Ссылка в новой задаче