Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 8c06687

Browse files
committed
chore(go): update to 1.14
1 parent 5d710e5 commit 8c06687

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
<<: *defaults
88
docker:
9-
- image: circleci/golang:1.13
9+
- image: circleci/golang:1.14
1010
- image: confluentinc/cp-zookeeper:3.1.1
1111
environment:
1212
- ZOOKEEPER_CLIENT_PORT=2181
@@ -53,7 +53,7 @@ jobs:
5353
build-image:
5454
<<: *defaults
5555
docker:
56-
- image: circleci/golang:1.13
56+
- image: circleci/golang:1.14
5757
steps:
5858
- checkout
5959
- setup_remote_docker:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/inloco/kafka-elasticsearch-injector
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/Shopify/sarama v1.24.1

0 commit comments

Comments
 (0)