Skip to content

Commit

Permalink
chore: use semantic version for go install pkg (ratify-project#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed Sep 14, 2024
1 parent 4eb6ce8 commit 0740ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

# [Optional] Uncomment the next lines to use go get to install anything else you need
USER vscode
RUN go install google.golang.org/protobuf/cmd/[email protected] \
&& go install google.golang.org/grpc/cmd/[email protected] \
RUN go install google.golang.org/protobuf/cmd/[email protected].1 \
&& go install google.golang.org/grpc/cmd/[email protected].0 \
&& chmod a+w -R /go/pkg

# [Optional] Uncomment this line to install global node packages.
Expand Down

0 comments on commit 0740ce6

Please sign in to comment.