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 39408fc commit 056830dCopy full SHA for 056830d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13.8
+FROM golang:1.14.0
2
3
ENV CLOUD_SDK_VERSION 282.0.0
4
ENV PROTOC_GEN_GO_VERSION 1.3.4
@@ -34,9 +34,8 @@ RUN curl -o google-cloud-sdk.tar.gz ${CLOUD_SDK_URL} \
34
&& /google-cloud-sdk/install.sh -q \
35
&& /google-cloud-sdk/bin/gcloud components update -q
36
37
-# install dep, gosumcheck, go-bindata and stringer
38
-RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
39
- && go get github.com/haya14busa/gosum/cmd/gosumcheck \
+# install gosumcheck, go-bindata and stringer
+RUN go get github.com/haya14busa/gosum/cmd/gosumcheck \
40
&& go get github.com/TeamMomentum/go-bindata/go-bindata \
41
&& go get golang.org/x/tools/cmd/stringer
42
0 commit comments