From 352791551847dbc62a8f880594664a4005468f5c Mon Sep 17 00:00:00 2001 From: Daniel Canter Date: Fri, 5 Nov 2021 16:31:33 -0700 Subject: [PATCH] Update readme to list accurate go version Our README stated that you'd need go 1.9 or newer to build. Our go.mod currently lists 1.13 however. Signed-off-by: Daniel Canter --- README.md | 2 +- test/vendor/github.com/Microsoft/hcsshim/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8ca926a9d..1fd4cf4828 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio ## Dependencies -This project requires Golang 1.9 or newer to build. +This project requires Golang 1.13 or newer to build. For system requirements to run this project, see the Microsoft docs on [Windows Container requirements](https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/system-requirements). diff --git a/test/vendor/github.com/Microsoft/hcsshim/README.md b/test/vendor/github.com/Microsoft/hcsshim/README.md index b8ca926a9d..1fd4cf4828 100644 --- a/test/vendor/github.com/Microsoft/hcsshim/README.md +++ b/test/vendor/github.com/Microsoft/hcsshim/README.md @@ -101,7 +101,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio ## Dependencies -This project requires Golang 1.9 or newer to build. +This project requires Golang 1.13 or newer to build. For system requirements to run this project, see the Microsoft docs on [Windows Container requirements](https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/system-requirements).