Skip to content

Commit

Permalink
Bumping golang version to 1.9 (pingcap#4527)
Browse files Browse the repository at this point in the history
* Bumping golang version to 1.9
  • Loading branch information
ngaut authored and zimulala committed Sep 20, 2017
1 parent b22e639 commit a1654d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: go
go_import_path: github.com/pingcap/tidb

go:
- 1.8
- 1.9

# https://docs.travis-ci.com/user/customizing-the-build/#Rows-that-are-Allowed-to-Fail
env:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.8.1
- image: golang:1.9
working_directory: /go/src/github.com/pingcap/tidb
steps:
- checkout
Expand Down

0 comments on commit a1654d9

Please sign in to comment.