Skip to content

Commit bfba0f2

Browse files
committed
Bump Golang 1.13.14
full diff: golang/go@go1.13.12...go1.13.14 - go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.14+label%3ACherryPickApproved - go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and net/http packages. See the Go 1.13.13 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.13+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8871d5c commit bfba0f2

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.12
13+
- GO_VERSION: 1.13.14
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.12'
17+
go-version: '1.13.14'
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.12'
85+
go-version: '1.13.14'
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.12
150+
- name: Set up Go 1.13.14
151151
uses: actions/setup-go@v1
152152
with:
153-
go-version: 1.13.12
153+
go-version: 1.13.14
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.12 development environment.
81+
3. Install and setup a Go 1.13.14 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)