Skip to content

Commit

Permalink
Updated Go to 1.13, controller-runtime to 0.2.2, added Lightbend to w…
Browse files Browse the repository at this point in the history
…ho-is-using (#105)
  • Loading branch information
yuchaoran2011 authored and anandswaminathan committed Sep 20, 2019
1 parent 013789b commit f2fd7a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.9-alpine3.10 as builder
FROM golang:1.13.0-alpine3.10 as builder
RUN apk add git openssh-client make curl bash

COPY boilerplate/lyft/golang_test_targets/dep_install.sh /go/src/github.com/lyft/flinkk8soperator/
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ required = [

[[constraint]]
name = "sigs.k8s.io/controller-runtime"
version = "v0.2.0"
version = "v0.2.2"

[[override]]
name = "k8s.io/api"
Expand Down
1 change: 1 addition & 0 deletions docs/who-is-using.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
| ------------- | ------------- | ------------- | ------------- |
| Lyft | @anandswaminathan, @mwylde, @glaksh100 | Production | Streaming Platform |
| The Trade Desk | @JonnyIncognito | Production | Data Engineering Infrastructure |
| Lightbend | @yuchaoran2011 | Production | Streaming Platform |
| McAfee | @jmdacruz | Development | Streaming Platform |

0 comments on commit f2fd7a0

Please sign in to comment.