Skip to content

Commit

Permalink
fix: use v0.0.1 for dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 17, 2024
1 parent 789d360 commit f764083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.
go install github.com/grpc-ecosystem/grpc-gateway/v2/[email protected]

# my dev
go install github.com/ifooth/devcontainer/cmd/dev@latest
go install github.com/ifooth/devcontainer/cmd/gen-lint@latest
go install github.com/ifooth/devcontainer/cmd/dev@v0.0.1
go install github.com/ifooth/devcontainer/cmd/gen-lint@v0.0.1

# clean cache
rm -rf /opt/go/pkg
Expand Down

0 comments on commit f764083

Please sign in to comment.