Files
tidb/circle.yml
goroutine aeb6c771e1 *: Update go version (#5885)
update go version to 1.10 and re-format with newest gofmt
2018-02-22 04:47:42 -06:00

13 lines
221 B
YAML

version: 2
jobs:
build:
docker:
- image: golang:1.10
working_directory: /go/src/github.com/pingcap/tidb
steps:
- checkout
- run:
name: "Build & Test"
command: make dev