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 a2945e3 commit 35d824fCopy full SHA for 35d824f
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM golang:1.16.4
+FROM golang:1.17.5
2
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
+ENV CLOUD_SDK_VERSION 367.0.0
+ENV PROTOC_GEN_GO_VERSION 1.27.1
+ENV GOLANGCI_LINT_VERSION 1.43.0
6
7
RUN apt-get update
8
README.md
@@ -8,7 +8,6 @@
- go tools
9
- github.com/golang/protobuf/protoc-gen-go
10
- 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
+ - github.com/TeamMomentum/go-bindata/go-bindata
+ - github.com/rakyll/statik
14
- golang.org/x/tools/cmd/stringer
0 commit comments