File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
.zuul/playbooks/containerd-build Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020
2121 strategy :
2222 matrix :
23- go-version : [1.16.3 ]
23+ go-version : [1.16.4 ]
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.16.3 '
76+ go-version : ' 1.16.4 '
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.16.3 '
109+ go-version : ' 1.16.4 '
110110
111111 - name : Set env
112112 shell : bash
@@ -152,7 +152,7 @@ jobs:
152152 steps :
153153 - uses : actions/setup-go@v2
154154 with :
155- go-version : ' 1.16.3 '
155+ go-version : ' 1.16.4 '
156156 - name : Set env
157157 shell : bash
158158 run : |
@@ -217,7 +217,7 @@ jobs:
217217 strategy :
218218 matrix :
219219 os : [ubuntu-18.04, macos-10.15, windows-2019]
220- go-version : ['1.16.3 ']
220+ go-version : ['1.16.4 ']
221221 include :
222222 # Go 1.13.x is still used by Docker/Moby
223223 - go-version : ' 1.13.x'
@@ -263,7 +263,7 @@ jobs:
263263 steps :
264264 - uses : actions/setup-go@v2
265265 with :
266- go-version : ' 1.16.3 '
266+ go-version : ' 1.16.4 '
267267
268268 - uses : actions/checkout@v2
269269 with :
@@ -344,7 +344,7 @@ jobs:
344344 steps :
345345 - uses : actions/setup-go@v2
346346 with :
347- go-version : ' 1.16.3 '
347+ go-version : ' 1.16.4 '
348348
349349 - uses : actions/checkout@v2
350350 with :
@@ -496,7 +496,7 @@ jobs:
496496 steps :
497497 - uses : actions/setup-go@v2
498498 with :
499- go-version : ' 1.16.3 '
499+ go-version : ' 1.16.4 '
500500
501501 - uses : actions/checkout@v2
502502 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.16.3 '
21+ go-version : ' 1.16.4 '
2222
2323 - uses : actions/checkout@v2
2424 with :
@@ -135,7 +135,7 @@ jobs:
135135 steps :
136136 - uses : actions/setup-go@v2
137137 with :
138- go-version : ' 1.16.3 '
138+ go-version : ' 1.16.4 '
139139
140140 - uses : actions/checkout@v2
141141 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.16.3 '
65+ go-version : ' 1.16.4 '
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.16.3 '
5+ go_version : ' 1.16.4 '
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.3 " ,
80+ 'GO_VERSION' : ENV [ 'GO_VERSION' ] || "1.16.4 " ,
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.3
13+ ARG GOLANG_VERSION=1.16.4
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