diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f7a3a7a6c58..46a83f8cccef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash @@ -128,7 +128,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash @@ -166,7 +166,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash @@ -199,7 +199,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash @@ -285,7 +285,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b050bbf18c03..20f288a8ef6f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Checkout uses: actions/checkout@v1 @@ -138,7 +138,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9e5a3eab654..623ddec7e1a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: '1.16.10' + go-version: '1.16.11' - name: Set env shell: bash diff --git a/.travis.yml b/.travis.yml index 8314c796b56f..9c546bada5f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ os: - linux go: - - "1.16.10" + - "1.16.11" 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 c3ebc7eaed44..e11e0dcf3cee 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.16.10' + go_version: '1.16.11' arch: arm64 tasks: - name: Build containerd diff --git a/Vagrantfile b/Vagrantfile index b31dfaa3416b..a4ba30176d52 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -77,7 +77,7 @@ Vagrant.configure("2") do |config| config.vm.provision "install-golang", type: "shell", run: "once" do |sh| sh.upload_path = "/tmp/vagrant-install-golang" sh.env = { - 'GO_VERSION': ENV['GO_VERSION'] || "1.16.10", + 'GO_VERSION': ENV['GO_VERSION'] || "1.16.11", } sh.inline = <<~SHELL #!/usr/bin/env bash diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index 020008ceba9d..a28951c5d01b 100644 --- a/contrib/Dockerfile.test +++ b/contrib/Dockerfile.test @@ -10,7 +10,7 @@ # # docker build -t containerd-test --build-arg RUNC_VERSION=v1.0.0-rc93 -f Dockerfile.test ../ -ARG GOLANG_VERSION=1.16.10 +ARG GOLANG_VERSION=1.16.11 FROM golang:${GOLANG_VERSION} AS golang-base RUN mkdir -p /go/src/github.com/containerd/containerd