Skip to content

Commit 34596c9

Browse files
committed
Bump Golang 1.13.15
full diff: golang/go@go1.13.14...go1.13.15 go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary package. See the Go 1.13.15 milestone on the issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.15+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 5c6c6b2 commit 34596c9

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.14
13+
- GO_VERSION: 1.13.15
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.14'
17+
go-version: '1.13.15'
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.14'
85+
go-version: '1.13.15'
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.14
150+
- name: Set up Go 1.13.15
151151
uses: actions/setup-go@v1
152152
with:
153-
go-version: 1.13.14
153+
go-version: 1.13.15
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
@@ -78,7 +78,7 @@ specifications as appropriate.
7878
backport version of `libseccomp-dev` is required. See [travis.yml](.travis.yml) for an example on trusty.
7979
* **btrfs development library.** Required by containerd btrfs support. `btrfs-tools`(Ubuntu, Debian) / `btrfs-progs-devel`(Fedora, CentOS, RHEL)
8080
2. Install **`pkg-config`** (required for linking with `libseccomp`).
81-
3. Install and setup a Go 1.13.14 development environment.
81+
3. Install and setup a Go 1.13.15 development environment.
8282
4. Make a local clone of this repository.
8383
5. Install binary dependencies by running the following command from your cloned `cri/` project directory:
8484
```bash

0 commit comments

Comments
 (0)