From 1a83f9a63883010a958b26b058fc4645f8838578 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 22 Jun 2020 16:49:31 +0900 Subject: [PATCH] Bump Golang 1.13.12 Signed-off-by: Akihiro Suda --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/nightly.yml | 4 ++-- .github/workflows/release.yml | 2 +- .travis.yml | 2 +- .zuul/playbooks/containerd-build/run.yaml | 2 +- Vagrantfile | 2 +- contrib/Dockerfile.test | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9f671d6f..8eb15ed78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash @@ -66,7 +66,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash @@ -138,7 +138,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash @@ -185,7 +185,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash @@ -222,7 +222,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash @@ -263,7 +263,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash @@ -333,7 +333,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Setup gosu shell: bash diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c59daa989..d9de5ead8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Checkout uses: actions/checkout@v1 @@ -126,7 +126,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09301464f..37a3872f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.11' + go-version: '1.13.12' - name: Set env shell: bash diff --git a/.travis.yml b/.travis.yml index 7be8b4fde..58ed1532c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ os: - linux go: - - "1.13.11" + - "1.13.12" env: - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic GOPROXY=direct diff --git a/.zuul/playbooks/containerd-build/run.yaml b/.zuul/playbooks/containerd-build/run.yaml index a4ad1670f..70b631797 100644 --- a/.zuul/playbooks/containerd-build/run.yaml +++ b/.zuul/playbooks/containerd-build/run.yaml @@ -2,7 +2,7 @@ become: yes roles: - role: config-golang - go_version: '1.13.11' + go_version: '1.13.12' arch: arm64 tasks: - name: Build containerd diff --git a/Vagrantfile b/Vagrantfile index cb252a195..e5be3f8df 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -29,7 +29,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL set -eux -o pipefail # configuration - GO_VERSION="1.13.11" + GO_VERSION="1.13.12" RUNC_FLAVOR="crun" # install dnf deps diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index 00fcb1c86..5b5a01b1c 100644 --- a/contrib/Dockerfile.test +++ b/contrib/Dockerfile.test @@ -6,7 +6,7 @@ # 3.) $ make binaries install test # -ARG GOLANG_VERSION=1.13.11 +ARG GOLANG_VERSION=1.13.12 FROM golang:${GOLANG_VERSION} AS golang-base RUN mkdir -p /go/src/github.com/containerd/containerd