File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.15.0
1
+ FROM golang:1.15.6
2
2
3
- ENV CLOUD_SDK_VERSION 305 .0.0
4
- ENV PROTOC_GEN_GO_VERSION 1.4.2
5
- ENV GOLANGCI_LINT_VERSION 1.30 .0
3
+ ENV CLOUD_SDK_VERSION 322 .0.0
4
+ ENV PROTOC_GEN_GO_VERSION 1.4.3
5
+ ENV GOLANGCI_LINT_VERSION 1.35 .0
6
6
7
7
RUN apt-get update
8
8
@@ -37,6 +37,7 @@ RUN curl -o google-cloud-sdk.tar.gz ${CLOUD_SDK_URL} \
37
37
# install gosumcheck, go-bindata and stringer
38
38
RUN go get github.com/haya14busa/gosum/cmd/gosumcheck \
39
39
&& go get github.com/TeamMomentum/go-bindata/go-bindata \
40
+ && go get github.com/rakyll/statik \
40
41
&& go get golang.org/x/tools/cmd/stringer
41
42
42
43
# install protobuf for Go
Original file line number Diff line number Diff line change 9
9
- github.com/golang/protobuf/protoc-gen-go
10
10
- github.com/golangci/golangci-lint
11
11
- github.com/haya14busa/gosum/cmd/gosumcheck
12
+ - github.com/TeamMomentum/go-bindata/go-bindata
13
+ - github.com/rakyll/statik
12
14
- golang.org/x/tools/cmd/stringer
You can’t perform that action at this time.
0 commit comments