update CI golang to 1.13

pull/118/head
kun 2019-09-20 10:03:27 +08:00
parent 2b89997884
commit 9a7bb4c0c9
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ version: 2
jobs:
proxy-mode:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
working_directory: /go/src/github.com/goproxyio/goproxy/
steps:
- checkout
@ -27,7 +27,7 @@ jobs:
command: bash test/get_test.sh
router-mode:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
working_directory: /go/src/github.com/goproxyio/goproxy/
steps:
- checkout