From ad984ca84471a524153507e8122eddc94c57a6ca Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Thu, 5 Mar 2020 13:29:39 -0600 Subject: [PATCH] update to golang 1.13.8 Signed-off-by: Mike Brown --- .appveyor.yml | 2 +- .travis.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index bd604f3bb..d0c49679b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ environment: CGO_ENABLED: 1 GO111MODULE: off matrix: - - GO_VERSION: 1.13.4 + - GO_VERSION: 1.13.8 install: # Install Mingw diff --git a/.travis.yml b/.travis.yml index 2d6f4ec5e..c89def4a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ git: language: go go: - - 1.13.4 + - 1.13.8 - tip diff --git a/README.md b/README.md index 040a202e9..7d5c5ba9f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ specifications as appropriate. backport version of `libseccomp-dev` is required. See [travis.yml](.travis.yml) for an example on trusty. * **btrfs development library.** Required by containerd btrfs support. `btrfs-tools`(Ubuntu, Debian) / `btrfs-progs-devel`(Fedora, CentOS, RHEL) 2. Install **`socat`** (required by portforward). -2. Install and setup a go 1.12.9 development environment. (Note: You can check the travis logs for a recent pull request to confirm the version(s) of golang currently being used to build and test master.) +2. Install and setup a go 1.13.8 development environment. (Note: You can check the travis logs for a recent pull request to confirm the version(s) of golang currently being used to build and test master.) 3. Make a local clone of this repository. 4. Install binary dependencies by running the following command from your cloned `cri/` project directory: ```bash