.zuul: update go version to 1.13.10
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
e094d363ac
commit
b566859acc
@ -2,6 +2,7 @@
|
|||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- role: config-golang
|
- role: config-golang
|
||||||
|
go_version: '1.13.10'
|
||||||
arch: arm64
|
arch: arm64
|
||||||
tasks:
|
tasks:
|
||||||
- name: Build containerd
|
- name: Build containerd
|
||||||
@ -12,6 +13,7 @@
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y btrfs-tools libseccomp-dev git pkg-config
|
apt-get install -y btrfs-tools libseccomp-dev git pkg-config
|
||||||
|
|
||||||
|
go version
|
||||||
make | tee $LOGS_PATH/make.txt
|
make | tee $LOGS_PATH/make.txt
|
||||||
make test | tee $LOGS_PATH/make_test.txt
|
make test | tee $LOGS_PATH/make_test.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user