diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fbd58c75..d1175298b 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.13' + go-version: '1.13.14' - name: Set env shell: bash @@ -66,7 +66,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.13' + go-version: '1.13.14' - name: Set env shell: bash @@ -138,7 +138,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: '1.13.13' + go-version: '1.13.14' - name: Set env shell: bash @@ -185,7 +185,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.13' + go-version: '1.13.14' - name: Set env shell: bash @@ -222,7 +222,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.13' + go-version: '1.13.14' - name: Set env shell: bash @@ -260,7 +260,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.13' + go-version: '1.13.14' - name: Set env shell: bash @@ -332,7 +332,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: '1.13.13' + go-version: '1.13.14' - name: Setup gosu shell: bash diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 61a2f46f8..332d86713 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.13' + go-version: '1.13.14' - 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.13' + go-version: '1.13.14' - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00da52b43..45e15b551 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.13' + go-version: '1.13.14' - name: Set env shell: bash diff --git a/.travis.yml b/.travis.yml index 4e3088e02..cbdfacd01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ os: - linux go: - - "1.13.13" + - "1.13.14" 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 3f0bb5107..26d02f173 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.13' + go_version: '1.13.14' arch: arm64 tasks: - name: Build containerd diff --git a/Vagrantfile b/Vagrantfile index 472e40e44..db6729869 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.13" + GO_VERSION="1.13.14" RUNC_FLAVOR="crun" # install dnf deps diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index 5fa8474de..2a73fd04f 100644 --- a/contrib/Dockerfile.test +++ b/contrib/Dockerfile.test @@ -6,7 +6,7 @@ # 3.) $ make binaries install test # -ARG GOLANG_VERSION=1.13.13 +ARG GOLANG_VERSION=1.13.14 FROM golang:${GOLANG_VERSION} AS golang-base RUN mkdir -p /go/src/github.com/containerd/containerd