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

Commit b2e1ffa

Browse files
committed
chore(go): update to 1.13
1 parent b8c00ac commit b2e1ffa

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.12
9+
- image: circleci/golang:1.13
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.12
56+
- image: circleci/golang:1.13
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.12
3+
go 1.13
44

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

0 commit comments

Comments
 (0)