Skip to content

Commit

Permalink
fix: install latest evcli
Browse files Browse the repository at this point in the history
Fix #277

Signed-off-by: Zofia Abramowska <[email protected]>
  • Loading branch information
zos authored and setrofim committed Nov 7, 2024
1 parent 7b4323c commit 1fa9b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/docker/src/builder.docker
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN go mod download &&\
go install google.golang.org/grpc/cmd/[email protected] &&\
go install github.com/mitchellh/[email protected] &&\
go install github.com/veraison/cocli@4eada925 &&\
go install github.com/veraison/evcli/v2@86d12893 &&\
go install github.com/veraison/evcli/v2@0d3a093 &&\
go install github.com/veraison/[email protected] &&\
go install github.com/go-delve/delve/cmd/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion deployments/native/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function init_sqlite_stores() {
}

function init_clients() {
_init_client evcli github.com/veraison/evcli/v2@86d12893
_init_client evcli github.com/veraison/evcli/v2@0d3a093
_init_client cocli github.com/veraison/corim/cocli@be7ec482
_init_client pocli github.com/veraison/pocli@2fa24ea3
}
Expand Down

0 comments on commit 1fa9b41

Please sign in to comment.