Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
upgrade go versions in circle ci to support only go1.13 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf authored Dec 30, 2019
1 parent a6ffc8c commit 45d8033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
32 changes: 3 additions & 29 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand All @@ -97,6 +73,4 @@ workflows:
version: 2
build-and-test:
jobs:
- test_1_10
- test_1_11
- test_1_12
- test_1_13
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45d8033

Please sign in to comment.