Skip to content

Commit

Permalink
Merge branch 'main' into get-trace-time-range
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Nov 17, 2024
2 parents cd8351e + 29ed41a commit c7d037c
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ THRIFT_VER?=0.13
THRIFT_IMG?=jaegertracing/thrift:$(THRIFT_VER)
THRIFT=docker run --rm -u $(shell id -u) -v "${PWD}:/data" $(THRIFT_IMG) thrift

SWAGGER_VER=0.12.0
SWAGGER_VER=0.31.0
SWAGGER_IMAGE=quay.io/goswagger/swagger:$(SWAGGER_VER)
SWAGGER=docker run --rm -u ${shell id -u} -v "${PWD}:/go/src/${PROJECT_ROOT}" -w /go/src/${PROJECT_ROOT} $(SWAGGER_IMAGE)

Expand Down
Loading

0 comments on commit c7d037c

Please sign in to comment.