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 2626 - name : Install Go
2727 uses : actions/setup-go@v1
2828 with :
29- go-version : ' 1.13.15 '
29+ go-version : ' 1.15.2 '
3030
3131 - name : Set env
3232 shell : bash
6666 - name : Install Go
6767 uses : actions/setup-go@v1
6868 with :
69- go-version : ' 1.13.15 '
69+ go-version : ' 1.15.2 '
7070
7171 - name : Set env
7272 shell : bash
@@ -138,7 +138,7 @@ jobs:
138138 - name : Set up Go
139139 uses : actions/setup-go@v1
140140 with :
141- go-version : ' 1.13.15 '
141+ go-version : ' 1.15.2 '
142142
143143 - name : Set env
144144 shell : bash
@@ -185,7 +185,7 @@ jobs:
185185 - name : Install Go
186186 uses : actions/setup-go@v1
187187 with :
188- go-version : ' 1.13.15 '
188+ go-version : ' 1.15.2 '
189189
190190 - name : Set env
191191 shell : bash
@@ -222,7 +222,7 @@ jobs:
222222 - name : Install Go
223223 uses : actions/setup-go@v1
224224 with :
225- go-version : ' 1.13.15 '
225+ go-version : ' 1.15.2 '
226226
227227 - name : Set env
228228 shell : bash
@@ -254,7 +254,7 @@ jobs:
254254 - name : Install Go
255255 uses : actions/setup-go@v1
256256 with :
257- go-version : ' 1.13.15 '
257+ go-version : ' 1.15.2 '
258258
259259 - name : Set env
260260 shell : bash
@@ -325,7 +325,7 @@ jobs:
325325 - name : Install Go
326326 uses : actions/setup-go@v1
327327 with :
328- go-version : ' 1.13.15 '
328+ go-version : ' 1.15.2 '
329329
330330 - name : Set env
331331 shell : bash
Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v1
1717 with :
18- go-version : ' 1.13.15 '
18+ go-version : ' 1.15.2 '
1919
2020 - name : Checkout
2121 uses : actions/checkout@v1
@@ -126,7 +126,7 @@ jobs:
126126 - name : Set up Go
127127 uses : actions/setup-go@v1
128128 with :
129- go-version : ' 1.13.15 '
129+ go-version : ' 1.15.2 '
130130
131131 - name : Checkout
132132 uses : actions/checkout@v1
Original file line number Diff line number Diff line change 6262 - name : Install Go
6363 uses : actions/setup-go@v1
6464 with :
65- go-version : ' 1.13.15 '
65+ go-version : ' 1.15.2 '
6666
6767 - name : Set env
6868 shell : bash
Original file line number Diff line number Diff line change 1515- linux
1616
1717go :
18- - " 1.13.15 "
18+ - " 1.15.2 "
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.13.15 '
5+ go_version : ' 1.15.2 '
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.13.15 " ,
80+ 'GO_VERSION' : ENV [ 'GO_VERSION' ] || "1.15.2 " ,
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.13.15
9+ ARG GOLANG_VERSION=1.15.2
1010
1111FROM golang:${GOLANG_VERSION} AS golang-base
1212RUN mkdir -p /go/src/github.com/containerd/containerd
You can’t perform that action at this time.
0 commit comments