mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: test with Go 1.12.7
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
a9047850de
commit
dfd62f04e9
12
.travis.yml
12
.travis.yml
@ -6,7 +6,7 @@ sudo: required
|
|||||||
services: docker
|
services: docker
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.12.5
|
- 1.12.7
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
@ -30,15 +30,15 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: 1.12.5
|
- go: 1.12.7
|
||||||
env: TARGET=linux-amd64-integration-4-cpu
|
env: TARGET=linux-amd64-integration-4-cpu
|
||||||
- go: 1.12.5
|
- go: 1.12.7
|
||||||
env: TARGET=linux-amd64-grpcproxy
|
env: TARGET=linux-amd64-grpcproxy
|
||||||
- go: 1.12.5
|
- go: 1.12.7
|
||||||
env: TARGET=linux-amd64-coverage
|
env: TARGET=linux-amd64-coverage
|
||||||
- go: tip
|
- go: tip
|
||||||
env: TARGET=linux-amd64-fmt-unit-go-tip
|
env: TARGET=linux-amd64-fmt-unit-go-tip
|
||||||
- go: 1.12.5
|
- go: 1.12.7
|
||||||
env: TARGET=linux-386-unit
|
env: TARGET=linux-386-unit
|
||||||
exclude:
|
exclude:
|
||||||
- go: tip
|
- go: tip
|
||||||
@ -59,7 +59,7 @@ matrix:
|
|||||||
env: TARGET=linux-amd64-grpcproxy
|
env: TARGET=linux-amd64-grpcproxy
|
||||||
- go: tip
|
- go: tip
|
||||||
env: TARGET=linux-amd64-coverage
|
env: TARGET=linux-amd64-coverage
|
||||||
- go: 1.12.5
|
- go: 1.12.7
|
||||||
env: TARGET=linux-amd64-fmt-unit-go-tip
|
env: TARGET=linux-amd64-fmt-unit-go-tip
|
||||||
- go: tip
|
- go: tip
|
||||||
env: TARGET=linux-386-unit
|
env: TARGET=linux-386-unit
|
||||||
|
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ docker-remove:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
GO_VERSION ?= 1.12.5
|
GO_VERSION ?= 1.12.7
|
||||||
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
|
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
|
||||||
|
|
||||||
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
|
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user