Skip to content

Commit 2ed3dec

Browse files
committed
Go 1.15.6, add github.com/rakyll/statik
1 parent 5662def commit 2ed3dec

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.15.0
1+
FROM golang:1.15.6
22

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
66

77
RUN apt-get update
88

@@ -37,6 +37,7 @@ RUN curl -o google-cloud-sdk.tar.gz ${CLOUD_SDK_URL} \
3737
# install gosumcheck, go-bindata and stringer
3838
RUN go get github.com/haya14busa/gosum/cmd/gosumcheck \
3939
&& go get github.com/TeamMomentum/go-bindata/go-bindata \
40+
&& go get github.com/rakyll/statik \
4041
&& go get golang.org/x/tools/cmd/stringer
4142

4243
# install protobuf for Go

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
- github.com/golang/protobuf/protoc-gen-go
1010
- github.com/golangci/golangci-lint
1111
- github.com/haya14busa/gosum/cmd/gosumcheck
12+
- github.com/TeamMomentum/go-bindata/go-bindata
13+
- github.com/rakyll/statik
1214
- golang.org/x/tools/cmd/stringer

0 commit comments

Comments
 (0)