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

Commit 779131a

Browse files
authored
Merge pull request #1608 from thaJeztah/1.4_bump_go_1.15
[release/1.4] update Go 1.15.5 (to match containerd)
2 parents adc0b6a + 3e353f1 commit 779131a

4 files changed

Lines changed: 7 additions & 7 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
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install Go
8888
uses: actions/setup-go@v1
8989
with:
90-
go-version: '1.13.15'
90+
go-version: '1.15.5'
9191

9292
- name: Set env
9393
shell: bash
@@ -154,10 +154,10 @@ jobs:
154154
name: Build and CRI Test (Windows amd64)
155155
runs-on: windows-2016
156156
steps:
157-
- name: Set up Go 1.13.15
157+
- name: Set up Go 1.15.5
158158
uses: actions/setup-go@v1
159159
with:
160-
go-version: 1.13.15
160+
go-version: 1.15.5
161161

162162
- name: Checkout cri repo
163163
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

hack/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
1818

1919
# Not from vendor.conf.
2020
KUBERNETES_VERSION="v1.19.0-beta.2"
21-
CRITOOL_VERSION=${CRITOOL_VERSION:-baca4a152dfe671fc17911a7af74bcb61680ee39}
21+
CRITOOL_VERSION=${CRITOOL_VERSION:-0f5f734a7e1da0979915c6e7d5b6641bd9dc2627}
2222
CRITOOL_PKG=github.com/kubernetes-sigs/cri-tools
2323
CRITOOL_REPO=github.com/kubernetes-sigs/cri-tools
2424

0 commit comments

Comments
 (0)