Skip to content

Commit c29ce52

Browse files
authored
Merge pull request #1 from louich/fix-go-install
Update dependencies
2 parents c034caa + e298bd7 commit c29ce52

File tree

1,340 files changed

+215624
-138613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,340 files changed

+215624
-138613
lines changed

.circleci/config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ jobs:
33
build:
44
working_directory: /go/src/github.com/Mongey/terraform-provider-ksql
55
docker:
6-
- image: circleci/golang:1.11
6+
- image: circleci/golang:1.12
77
environment:
88
TEST_RESULTS: /tmp/test-results
9+
GO111MODULE: "on"
910
- image: confluentinc/cp-zookeeper:latest
1011
environment:
1112
ZOOKEEPER_CLIENT_PORT: 2181
1213
ZOOKEEPER_TICK_TIME: 2000
13-
- image: confluentinc/cp-kafka:5.1.0
14+
- image: confluentinc/cp-kafka:5.2.1
1415
environment:
1516
KAFKA_BROKER_ID: 1
1617
KAFKA_ZOOKEEPER_CONNECT: localhost:2181
1718
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://localhost:9092
1819
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
19-
- image: confluentinc/cp-ksql-server:5.1.0
20+
- image: confluentinc/cp-ksql-server:5.2.1
2021
environment:
2122
KSQL_BOOTSTRAP_SERVERS: localhost:9092
2223
KSQL_LISTENERS: http://0.0.0.0:8088/

0 commit comments

Comments
 (0)