diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4a14c69a..46f015eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.12.x, 1.13.x] - kafka-version: [2.2.2, 2.3.1, 2.4.0] + go-version: [1.12.x, 1.13.x, 1.14.x] + kafka-version: [2.3.1, 2.4.0] platform: [ubuntu-latest] env: @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.3 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6 export REPOSITORY_ROOT=${GITHUB_WORKSPACE} vagrant/install_cluster.sh vagrant/boot_cluster.sh diff --git a/README.md b/README.md index 18ad7bf19..9b7478d7c 100644 --- a/README.md +++ b/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 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 -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. Sarama follows semantic versioning and provides API stability via the gopkg.in service. diff --git a/dev.yml b/dev.yml index 6f6807e76..57b2d3ca8 100644 --- a/dev.yml +++ b/dev.yml @@ -2,7 +2,7 @@ name: sarama up: - go: - version: '1.13.7' + version: '1.14' commands: test: