diff --git a/.circleci/config.yml b/.circleci/config.yml index 296c31146..d58fb85b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,34 +57,10 @@ commands: jobs: # test performs all package tests from Kelp - test_1_10: + test_1_13: working_directory: /go/src/github.com/stellar/kelp docker: - - image: circleci/golang:1.10 - - image: franzsee/ccxt-rest:v0.0.4 - command: ["node", "/usr/local/bin/ccxt-rest"] - - steps: - - install_deps - - build_kelp - - test_kelp - - test_1_11: - working_directory: /go/src/github.com/stellar/kelp - docker: - - image: circleci/golang:1.11 - - image: franzsee/ccxt-rest:v0.0.4 - command: ["node", "/usr/local/bin/ccxt-rest"] - - steps: - - install_deps - - build_kelp - - test_kelp - - test_1_12: - working_directory: /go/src/github.com/stellar/kelp - docker: - - image: circleci/golang:1.12 + - image: circleci/golang:1.13 - image: franzsee/ccxt-rest:v0.0.4 command: ["node", "/usr/local/bin/ccxt-rest"] @@ -97,6 +73,4 @@ workflows: version: 2 build-and-test: jobs: - - test_1_10 - - test_1_11 - - test_1_12 + - test_1_13 diff --git a/README.md b/README.md index 1c3ff5c14..336205500 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ _Note for Windows Users: You should use a [Bash Shell][bash] to follow the steps To compile Kelp from source: -1. [Download][golang-download] and [setup][golang-setup] Golang. +1. [Download][golang-download] and [setup][golang-setup] Golang _v1.13 or later_. 2. [Install Glide][glide-install] for dependency management * `curl https://glide.sh/get | sh` 3. Install [Yarn][yarn-install] and [NodeJs][nodejs-install] to build the Kelp GUI