From 8be66da88ae9a8e08793dab28faad4fa645e47b0 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Mon, 28 Sep 2020 11:13:29 -0700 Subject: [PATCH] Bumping up go version to 1.15 and removing v2 tests from Travis CI config file. --- .travis.yml | 3 +-- README.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16dce7a..f9afb52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,10 @@ language: go branches: only: - main - - main-v2.0 - future go: - - "1.14.x" + - "1.15.x" env: global: diff --git a/README.md b/README.md index c460ce8..3d33bd8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Version 1 of Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora). +Version 2 of this library can be found [here](https://github.com/aurora-scheduler/gorealis). + ### Aurora version compatibility Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this library has been tested.