File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
.zuul/playbooks/containerd-build Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2626 - name : Install Go
2727 uses : actions/setup-go@v2
2828 with :
29- go-version : ' 1.16.10 '
29+ go-version : ' 1.16.11 '
3030
3131 - name : Set env
3232 shell : bash
8282 steps :
8383 - uses : actions/setup-go@v2
8484 with :
85- go-version : ' 1.16.10 '
85+ go-version : ' 1.16.11 '
8686
8787 - name : Set env
8888 shell : bash
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - uses : actions/setup-go@v2
130130 with :
131- go-version : ' 1.16.10 '
131+ go-version : ' 1.16.11 '
132132
133133 - name : Set env
134134 shell : bash
@@ -166,7 +166,7 @@ jobs:
166166 steps :
167167 - uses : actions/setup-go@v2
168168 with :
169- go-version : ' 1.16.10 '
169+ go-version : ' 1.16.11 '
170170
171171 - name : Set env
172172 shell : bash
@@ -199,7 +199,7 @@ jobs:
199199 steps :
200200 - uses : actions/setup-go@v2
201201 with :
202- go-version : ' 1.16.10 '
202+ go-version : ' 1.16.11 '
203203
204204 - name : Set env
205205 shell : bash
@@ -285,7 +285,7 @@ jobs:
285285 steps :
286286 - uses : actions/setup-go@v2
287287 with :
288- go-version : ' 1.16.10 '
288+ go-version : ' 1.16.11 '
289289
290290 - name : Set env
291291 shell : bash
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/setup-go@v2
1616 with :
17- go-version : ' 1.16.10 '
17+ go-version : ' 1.16.11 '
1818
1919 - name : Checkout
2020 uses : actions/checkout@v1
@@ -138,7 +138,7 @@ jobs:
138138 steps :
139139 - uses : actions/setup-go@v2
140140 with :
141- go-version : ' 1.16.10 '
141+ go-version : ' 1.16.11 '
142142
143143 - name : Checkout
144144 uses : actions/checkout@v1
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.16.10 '
65+ go-version : ' 1.16.11 '
6666
6767 - name : Set env
6868 shell : bash
Original file line number Diff line number Diff line change 1515- linux
1616
1717go :
18- - " 1.16.10 "
18+ - " 1.16.11 "
1919
2020env :
2121 - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic GOPROXY=direct
Original file line number Diff line number Diff line change 22 become : yes
33 roles :
44 - role : config-golang
5- go_version : ' 1.16.10 '
5+ go_version : ' 1.16.11 '
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.16.10 " ,
80+ 'GO_VERSION' : ENV [ 'GO_VERSION' ] || "1.16.11 " ,
8181 }
8282 sh . inline = <<~SHELL
8383 #!/usr/bin/env bash
Original file line number Diff line number Diff line change 1010#
1111# docker build -t containerd-test --build-arg RUNC_VERSION=v1.0.0-rc93 -f Dockerfile.test ../
1212
13- ARG GOLANG_VERSION=1.16.10
13+ ARG GOLANG_VERSION=1.16.11
1414
1515FROM golang:${GOLANG_VERSION} AS golang-base
1616RUN mkdir -p /go/src/github.com/containerd/containerd
You can’t perform that action at this time.
0 commit comments