Skip to content

Commit 35d824f

Browse files
committed
Go 1.17.5
1 parent a2945e3 commit 35d824f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Dockerfile

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

3-
ENV CLOUD_SDK_VERSION 340.0.0
4-
ENV PROTOC_GEN_GO_VERSION 1.26.0
5-
ENV GOLANGCI_LINT_VERSION 1.40.1
3+
ENV CLOUD_SDK_VERSION 367.0.0
4+
ENV PROTOC_GEN_GO_VERSION 1.27.1
5+
ENV GOLANGCI_LINT_VERSION 1.43.0
66

77
RUN apt-get update
88

README.md

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

0 commit comments

Comments
 (0)