Skip to content

Commit 056830d

Browse files
committed
Go 1.14.0
1 parent 39408fc commit 056830d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.8
1+
FROM golang:1.14.0
22

33
ENV CLOUD_SDK_VERSION 282.0.0
44
ENV PROTOC_GEN_GO_VERSION 1.3.4
@@ -34,9 +34,8 @@ RUN curl -o google-cloud-sdk.tar.gz ${CLOUD_SDK_URL} \
3434
&& /google-cloud-sdk/install.sh -q \
3535
&& /google-cloud-sdk/bin/gcloud components update -q
3636

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 \
37+
# install gosumcheck, go-bindata and stringer
38+
RUN go get github.com/haya14busa/gosum/cmd/gosumcheck \
4039
&& go get github.com/TeamMomentum/go-bindata/go-bindata \
4140
&& go get golang.org/x/tools/cmd/stringer
4241

0 commit comments

Comments
 (0)