0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-11-21 23:50:40 +00: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: pipeline:
test: test:
image: golang:1.10 image: golang:1.11
pull: true pull: true
environment: environment:
- GO111MODULE=on - GO111MODULE=on
@ -13,7 +13,7 @@ pipeline:
- go test -cover ./... - go test -cover ./...
build_linux_amd64: build_linux_amd64:
image: golang:1.10 image: golang:1.11
pull: true pull: true
group: build group: build
environment: environment:
@ -30,7 +30,7 @@ pipeline:
fi fi
# build_linux_i386: # build_linux_i386:
# image: golang:1.10 # image: golang:1.11
# pull: true # pull: true
# group: build # group: build
# environment: # environment:
@ -47,7 +47,7 @@ pipeline:
# fi # fi
# build_linux_arm64: # build_linux_arm64:
# image: golang:1.10 # image: golang:1.11
# pull: true # pull: true
# group: build # group: build
# environment: # environment:
@ -64,7 +64,7 @@ pipeline:
# fi # fi
# build_linux_arm: # build_linux_arm:
# image: golang:1.10 # image: golang:1.11
# pull: true # pull: true
# group: build # group: build
# environment: # environment: