File tree Expand file tree Collapse file tree
vscode-devcontainer/versions/go1.25-node25 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 matrix :
2424 include :
2525 - image_name : vscode-devcontainer
26- image_tag : 202512
27- filter_ref : gh-devcontainer-202512
28- dockerfile_path : vscode-devcontainer/versions/go1.25-node24 /
26+ image_tag : 20251218
27+ filter_ref : gh-devcontainer
28+ dockerfile_path : vscode-devcontainer/versions/go1.25-node25 /
2929 platforms : linux/amd64,linux/arm64
3030 - image_name : shellcheck
3131 image_tag : 0.7
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ ENV AIR_VERSION=v1.63.4 \
2525 MOCKGEN_VERSION=v0.6.0 \
2626 BUF_VERSION=v1.61.0 \
2727 PROTOC_GEN_GO_VERSION=v1.36.10 \
28+ PROTOC_GEN_GO_GRPC_VERSION=v1.6.0 \
2829 PROTOC_GEN_CONNECT_GO_VERSION=v1.19.1 \
30+ GRPC_GATEWAY_VERSION=v2.27.3 \
2931 OAPI_VERSION=v2.5.1 \
3032 GOLANGCI_LINT_VERSION=v2.7.2
3133
@@ -36,7 +38,10 @@ RUN --mount=type=cache,target=/go/pkg/mod \
3638 go install go.uber.org/mock/mockgen@${MOCKGEN_VERSION} && \
3739 go install github.com/bufbuild/buf/cmd/buf@${BUF_VERSION} && \
3840 go install google.golang.org/protobuf/cmd/protoc-gen-go@${PROTOC_GEN_GO_VERSION} && \
41+ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@${PROTOC_GEN_GO_GRPC_VERSION} && \
3942 go install connectrpc.com/connect/cmd/protoc-gen-connect-go@${PROTOC_GEN_CONNECT_GO_VERSION} && \
43+ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@${GRPC_GATEWAY_VERSION} && \
44+ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@${GRPC_GATEWAY_VERSION} && \
4045 go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@${OAPI_VERSION} && \
4146 go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@${GOLANGCI_LINT_VERSION} && \
4247 if [ -d "/go/bin/linux_${TARGETARCH}" ]; then \
You can’t perform that action at this time.
0 commit comments