File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ tar -xf grpcurl_${GPRCCURL_VERSION}_linux_x86_64.tar.gz
113113mv grpcurl /usr/local/bin/
114114
115115# Install protoc
116- export PROTOC_VERSION=24 .1
116+ export PROTOC_VERSION=32 .1
117117wget -q https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION} /protoc-${PROTOC_VERSION} -linux-x86_64.zip
118118unzip -o protoc-${PROTOC_VERSION} -linux-x86_64.zip
119119mkdir -p /opt/go/bin
120120mv bin/protoc /opt/go/bin/ && /opt/go/bin/protoc --version
121121mv include /opt/go/
122122
123123# Install python uv
124- export UV_VERSION=0.8 .11
124+ export UV_VERSION=0.9 .11
125125wget -q https://github.com/astral-sh/uv/releases/download/${UV_VERSION} /uv-x86_64-unknown-linux-gnu.tar.gz
126126tar -xf uv-x86_64-unknown-linux-gnu.tar.gz
127127mv uv-x86_64-unknown-linux-gnu/* /usr/local/bin
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export GOPATH=/opt/go
66export CGO_ENABLED=0
77# change go version if upgrade
88export GO1_23=go1.23.12
9- export GO1_25=go1.25.3
9+ export GO1_25=go1.25.4
1010
1111go install golang.org/dl/$GO1_23 @latest
1212go install golang.org/dl/$GO1_25 @latest
@@ -49,15 +49,15 @@ go1 install github.com/haya14busa/goplay/cmd/goplay@latest
4949go1 install github.com/fatih/gomodifytags@latest
5050go1 install github.com/josharian/impl@latest
5151go1 install github.com/cweill/gotests/gotests@latest
52- go1 install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4.0
52+ go1 install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.1
5353
5454# protobuf
5555# https://github.com/protocolbuffers/protobuf-go
56- go1 install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
56+ go1 install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.10
5757# https://github.com/grpc/grpc-go
58- go1 install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
59- go1 install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.16.2
60- go1 install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.16.2
58+ go1 install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
59+ go1 install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.27.3
60+ go1 install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.27.3
6161
6262# my dev
6363go1 install golang.org/x/perf/cmd/benchstat@latest
You can’t perform that action at this time.
0 commit comments