Skip to content

Commit b8f7b9f

Browse files
authored
Merge pull request #1515 from AkihiroSuda/golang-1.13.12
Bump Golang 1.13.12
2 parents 22b5546 + 548d987 commit b8f7b9f

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.11
13+
- GO_VERSION: 1.13.12
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.11'
17+
go-version: '1.13.12'
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.11'
85+
go-version: '1.13.12'
8686

8787
- name: Set env
8888
shell: bash
@@ -146,10 +146,10 @@ jobs:
146146
name: Build and CRI Test (Windows amd64)
147147
runs-on: windows-latest
148148
steps:
149-
- name: Set up Go 1.13.11
149+
- name: Set up Go 1.13.12
150150
uses: actions/setup-go@v1
151151
with:
152-
go-version: 1.13.11
152+
go-version: 1.13.12
153153

154154
- name: Checkout cri repo
155155
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.11 development environment.
81+
3. Install and setup a Go 1.13.12 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)