Browse Source

Add support for Go 1.14

Vlad Gorodetsky 6 years ago
parent
commit
547913a9d4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      README.md
  3. 1 1
      dev.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -9,7 +9,7 @@ jobs:
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
-        go-version: [1.12.x, 1.13.x]
+        go-version: [1.12.x, 1.13.x, 1.14.x]
         kafka-version: [2.2.2, 2.3.1, 2.4.0]
         kafka-version: [2.2.2, 2.3.1, 2.4.0]
         platform: [ubuntu-latest]
         platform: [ubuntu-latest]
 
 

+ 1 - 1
README.md

@@ -20,7 +20,7 @@ You might also want to look at the [Frequently Asked Questions](https://github.c
 Sarama provides a "2 releases + 2 months" compatibility guarantee: we support
 Sarama provides a "2 releases + 2 months" compatibility guarantee: we support
 the two latest stable releases of Kafka and Go, and we provide a two month
 the two latest stable releases of Kafka and Go, and we provide a two month
 grace period for older releases. This means we currently officially support
 grace period for older releases. This means we currently officially support
-Go 1.12 through 1.13, and Kafka 2.1 through 2.4, although older releases are
+Go 1.12 through 1.14, and Kafka 2.1 through 2.4, although older releases are
 still likely to work.
 still likely to work.
 
 
 Sarama follows semantic versioning and provides API stability via the gopkg.in service.
 Sarama follows semantic versioning and provides API stability via the gopkg.in service.

+ 1 - 1
dev.yml

@@ -2,7 +2,7 @@ name: sarama
 
 
 up:
 up:
   - go:
   - go:
-      version: '1.13.7'
+      version: '1.14'
 
 
 commands:
 commands:
   test:
   test: