2018-02-27 08:11:32 -05:00
|
|
|
version: "{build}"
|
|
|
|
|
|
|
|
clone_folder: c:\gopath\src\github.com\docker\cli
|
|
|
|
|
|
|
|
environment:
|
|
|
|
GOPATH: c:\gopath
|
[20.10] Update Go to 1.16.14
Includes security fixes for crypto/elliptic (CVE-2022-23806), math/big (CVE-2022-23772),
and cmd/go (CVE-2022-23773).
go1.16.14 (released 2022-02-10) includes security fixes to the crypto/elliptic,
math/big packages and to the go command, as well as bug fixes to the compiler,
linker, runtime, the go command, and the debug/macho, debug/pe, net/http/httptest,
and testing packages. See the Go 1.16.14 milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.16.14+label%3ACherryPickApproved
full diff: https://github.com/golang/go/compare/go1.16.13...go1.16.14
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-02-15 10:37:47 -05:00
|
|
|
GOVERSION: 1.16.14
|
2018-02-27 08:11:32 -05:00
|
|
|
DEPVERSION: v0.4.1
|
|
|
|
|
|
|
|
install:
|
|
|
|
- rmdir c:\go /s /q
|
|
|
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
|
|
|
|
- msiexec /i go%GOVERSION%.windows-amd64.msi /q
|
|
|
|
- go version
|
|
|
|
- go env
|
|
|
|
|
|
|
|
deploy: false
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- ps: .\scripts\make.ps1 -Binary
|
|
|
|
|
|
|
|
test_script:
|
2019-04-10 22:44:16 -04:00
|
|
|
- ps: .\scripts\make.ps1 -TestUnit
|