summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-11-13 13:40:29 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2018-11-13 13:40:29 -0500
commit41c3530d750f7b73e46b87d6b583b069a9e66ad7 (patch)
tree37419d625c362628ad987694cdfdf1c8e748e516
parentdd42c1dcffde9628285b4a4ee6d92bca01f3436c (diff)
downloadpodman-41c3530d750f7b73e46b87d6b583b069a9e66ad7.tar.gz
podman-41c3530d750f7b73e46b87d6b583b069a9e66ad7.tar.bz2
podman-41c3530d750f7b73e46b87d6b583b069a9e66ad7.zip
Bump golang to v1.10 in install.md
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
-rw-r--r--install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md
index 33224c810..efb568b66 100644
--- a/install.md
+++ b/install.md
@@ -83,7 +83,7 @@ Debian, Ubuntu, and related distributions will also need to do the following set
If using an older release or a long-term support release, be careful to double-check that the version of `runc` is new enough (running `runc --version` should produce `spec: 1.0.0`), or else [build](https://github.com/containers/libpod/blob/master/docs/tutorials/podman_tutorial.md#installing-runc) your own.
-Be careful to double-check that the version of golang is new enough, version 1.8.x or higher is required. If needed, golang kits are available at https://golang.org/dl/
+Be careful to double-check that the version of golang is new enough, version 1.10.x or higher is required. If needed, golang kits are available at https://golang.org/dl/
**Optional**