File tree Expand file tree Collapse file tree
.zuul/playbooks/containerd-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 strategy :
2222 matrix :
23- go-version : [1.15.8 ]
23+ go-version : [1.16.1 ]
2424 os : [ubuntu-18.04, macos-10.15, windows-2019]
2525
2626 steps :
7373 steps :
7474 - uses : actions/setup-go@v2
7575 with :
76- go-version : ' 1.15.8 '
76+ go-version : ' 1.16.1 '
7777
7878 - uses : actions/checkout@v2
7979 with :
@@ -106,7 +106,7 @@ jobs:
106106 steps :
107107 - uses : actions/setup-go@v2
108108 with :
109- go-version : ' 1.15.8 '
109+ go-version : ' 1.16.1 '
110110
111111 - name : Set env
112112 shell : bash
@@ -139,7 +139,7 @@ jobs:
139139 steps :
140140 - uses : actions/setup-go@v2
141141 with :
142- go-version : ' 1.15.8 '
142+ go-version : ' 1.16.1 '
143143
144144 - name : Set env
145145 shell : bash
@@ -181,7 +181,7 @@ jobs:
181181 steps :
182182 - uses : actions/setup-go@v2
183183 with :
184- go-version : ' 1.15.8 '
184+ go-version : ' 1.16.1 '
185185
186186 - uses : actions/checkout@v2
187187 with :
@@ -249,7 +249,7 @@ jobs:
249249 steps :
250250 - uses : actions/setup-go@v2
251251 with :
252- go-version : ' 1.15.8 '
252+ go-version : ' 1.16.1 '
253253
254254 - uses : actions/checkout@v2
255255 with :
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/setup-go@v2
2020 with :
21- go-version : ' 1.15.8 '
21+ go-version : ' 1.16.1 '
2222
2323 - uses : actions/checkout@v2
2424 with :
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132 - uses : actions/setup-go@v2
133133 with :
134- go-version : ' 1.15.8 '
134+ go-version : ' 1.16.1 '
135135
136136 - uses : actions/checkout@v2
137137 with :
Original file line number Diff line number Diff line change 6262 - name : Install Go
6363 uses : actions/setup-go@v2
6464 with :
65- go-version : ' 1.15.8 '
65+ go-version : ' 1.16.1 '
6666
6767 - name : Set env
6868 shell : bash
Original file line number Diff line number Diff line change 22 become : yes
33 roles :
44 - role : config-golang
5- go_version : ' 1.15.8 '
5+ go_version : ' 1.16.1 '
66 arch : arm64
77 tasks :
88 - name : Build containerd
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Vagrant.configure("2") do |config|
7777 config . vm . provision "install-golang" , type : "shell" , run : "once" do |sh |
7878 sh . upload_path = "/tmp/vagrant-install-golang"
7979 sh . env = {
80- 'GO_VERSION' : ENV [ 'GO_VERSION' ] || "1.15.8 " ,
80+ 'GO_VERSION' : ENV [ 'GO_VERSION' ] || "1.16.1 " ,
8181 }
8282 sh . inline = <<~SHELL
8383 #!/usr/bin/env bash
Original file line number Diff line number Diff line change 66# 3.) $ make binaries install test
77#
88
9- ARG GOLANG_VERSION=1.15.8
9+ ARG GOLANG_VERSION=1.16.1
1010
1111FROM golang:${GOLANG_VERSION} AS golang-base
1212RUN mkdir -p /go/src/github.com/containerd/containerd
Original file line number Diff line number Diff line change 11module github.com/containerd/containerd
22
3- go 1.15
3+ go 1.16
44
55require (
66 github.com/BurntSushi/toml v0.3.1
You can’t perform that action at this time.
0 commit comments