Skip to content

Commit

Permalink
Bump Golang 1.13.12
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda authored and 87654testtesttesttesttesttest committed Sep 11, 2020
1 parent 7113326 commit b3b45fb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .zuul/playbooks/containerd-build/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3b45fb

Please sign in to comment.