We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3fd8f commit d09f219Copy full SHA for d09f219
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
language: go
4
5
go:
6
- - "1.14.x"
+ - "1.15.x"
7
8
env:
9
global:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14-alpine3.12 as builder
+FROM golang:1.15-alpine3.12 as builder
2
RUN apk add alpine-sdk ca-certificates
WORKDIR /go/src/github.com/grepplabs/kafka-proxy
go.mod
@@ -1,6 +1,6 @@
module github.com/grepplabs/kafka-proxy
-go 1.14
+go 1.15
require (
cloud.google.com/go v0.19.0 // indirect
0 commit comments