Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 3e353f1

Browse files
committed
[release/1.4] update Go 1.15.5 (to match containerd)
Changes: https://golang.org/doc/devel/release.html#go1.15 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 3c709ba commit 3e353f1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
CGO_ENABLED: 1
1111
GO111MODULE: off
1212
matrix:
13-
- GO_VERSION: 1.13.15
13+
- GO_VERSION: 1.15.5
1414

1515
install:
1616
# Install Mingw

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Go
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: '1.13.15'
17+
go-version: '1.15.5'
1818

1919
- name: Set env
2020
shell: bash
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Go
8383
uses: actions/setup-go@v1
8484
with:
85-
go-version: '1.13.15'
85+
go-version: '1.15.5'
8686

8787
- name: Set env
8888
shell: bash
@@ -147,10 +147,10 @@ jobs:
147147
name: Build and CRI Test (Windows amd64)
148148
runs-on: windows-2016
149149
steps:
150-
- name: Set up Go 1.13.15
150+
- name: Set up Go 1.15.5
151151
uses: actions/setup-go@v1
152152
with:
153-
go-version: 1.13.15
153+
go-version: 1.15.5
154154

155155
- name: Checkout cri repo
156156
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ specifications as appropriate.
8888
backport version of `libseccomp-dev` is required. See [travis.yml](.travis.yml) for an example on trusty.
8989
* **btrfs development library.** Required by containerd btrfs support. `btrfs-tools`(Ubuntu, Debian) / `btrfs-progs-devel`(Fedora, CentOS, RHEL)
9090
2. Install **`pkg-config`** (required for linking with `libseccomp`).
91-
3. Install and setup a Go 1.13.15 development environment.
91+
3. Install and setup a Go 1.15.5 development environment.
9292
4. Make a local clone of this repository.
9393
5. Install binary dependencies by running the following command from your cloned `cri/` project directory:
9494
```bash

0 commit comments

Comments
 (0)