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:
parent
c96c54cdbd
commit
368c0c6232
10
.drone.yml
10
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user