Просмотр исходного кода

[skip ci] Update supported go versions (#982)

Kirill Danshin 8 лет назад
Родитель
Сommit
1a9a53f311
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with
 
 
 Go/Cassandra | 2.1.x | 2.2.x | 3.0.x
 Go/Cassandra | 2.1.x | 2.2.x | 3.0.x
 -------------| -------| ------| ---------
 -------------| -------| ------| ---------
-1.6  | yes | yes | yes
-1.7  | yes | yes | yes
+1.8  | yes | yes | yes
+1.9  | yes | yes | yes
 
 
 Gocql has been tested in production against many different versions of Cassandra. Due to limits in our CI setup we only test against the latest 3 major releases, which coincide with the official support from the Apache project.
 Gocql has been tested in production against many different versions of Cassandra. Due to limits in our CI setup we only test against the latest 3 major releases, which coincide with the official support from the Apache project.