0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-06-02 18:29:40 +02:00

upgrade go version.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-01-09 01:06:40 +08:00
parent c96c54cdbd
commit 368c0c6232

View File

@ -4,7 +4,7 @@ workspace:
pipeline:
test:
image: golang:1.10
image: golang:1.11
pull: true
environment:
- GO111MODULE=on
@ -13,7 +13,7 @@ pipeline:
- go test -cover ./...
build_linux_amd64:
image: golang:1.10
image: golang:1.11
pull: true
group: build
environment:
@ -30,7 +30,7 @@ pipeline:
fi
# build_linux_i386:
# image: golang:1.10
# image: golang:1.11
# pull: true
# group: build
# environment:
@ -47,7 +47,7 @@ pipeline:
# fi
# build_linux_arm64:
# image: golang:1.10
# image: golang:1.11
# pull: true
# group: build
# environment:
@ -64,7 +64,7 @@ pipeline:
# fi
# build_linux_arm:
# image: golang:1.10
# image: golang:1.11
# pull: true
# group: build
# environment: