Преглед на файлове

Merge pull request #315 from relops/remove_1.2

Deprecate support for Golang 1.2
Chris Bannister преди 11 години
родител
ревизия
0986c94bfb
променени са 2 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 0 1
      .travis.yml
  2. 7 1
      README.md

+ 0 - 1
.travis.yml

@@ -9,7 +9,6 @@ env:
   - CASS=2.1.2
   - CASS=2.1.2
 
 
 go:
 go:
-  - 1.2
   - 1.3
   - 1.3
   - 1.4
   - 1.4
 
 

+ 7 - 1
README.md

@@ -18,8 +18,14 @@ The following matrix shows the versions of Go and Cassandra that are tested with
 
 
 Go/Cassandra | 1.2.19 | 2.0.11 | 2.1.2
 Go/Cassandra | 1.2.19 | 2.0.11 | 2.1.2
 -------------| -------| ------| ---------
 -------------| -------| ------| ---------
-1.2  | yes | yes | yes
 1.3  | yes | yes | yes
 1.3  | yes | yes | yes
+1.4  | yes | yes | yes
+
+
+Sunsetting Model
+----------------
+
+In general, the gocql team will focus on supporting the current and previous versions of Golang. gocql may still work with older versions of Golang, but offical support for these versions will have been sunset.
 
 
 Installation
 Installation
 ------------
 ------------